Showing 261 open source projects for "raspberry-gpio-python"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • 1

    fastmail sender

    A simple command line tool for sending email via SMTP

    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    GroupServer

    GroupServer

    A mailing list manager with an excellent web interface

    GroupServer is a mailing list manager: an email sent to one address is then sent on to many people. In this way it is a list server like GNU Mailman. GroupServer also has an integrated web interface, so you can use the web to post, read the archives, and administer your groups. It is a bit like Google Groups. GroupServer gives you an open source system under your control: your groups, on your site, on your hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    EESST

    Email Exchange of Secondary School Transcripts

    This package implements a common format for exchanging secondary school academic transcripts via electronic mail. MIME and OpenPGP email standards are applied to enable secure communication of transcripts directly from each student to his or her chosen recipients without intervention or monitoring by any third-parties. Thus, using the defined format better protects student privacy and independence than does current practice. Because transcripts are digitally signed by the originating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    RadicalSpam

    RadicalSpam

    Open Source Anti-Spam and Anti-Virus Gateway

    RadicalSpam is a free and open source package distributed under GPL v2, including products such as Postfix, SpamAssassin Amavisd-new, Clamav, Razor, DCC, Postgrey, Bind; providing a secure SMTP relay, ready to use with linux and docker environement. More information : http://www.radical-spam.org
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 5
    RadicalSpam Virtual Appliance

    RadicalSpam Virtual Appliance

    Virtual Appliance of RadicalSpam

    RadicalSpam Virtual Appliance takes full solution of RadicalSpam Community Edition , pre-installed in a OVF virtual machine ( Open Virtual Format ) compatible with the best virtualization platforms on the market , including VMware ESX Server. More information : http://www.radical-spam.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    BareBones_texteditor

    Basic text editor, available to the public for modification and use.

    Basic open source text editor, available to the public for modification and use. i would love to get feed back from others and receive modded versions of it. Have fun and play with it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LaCabale
    Repository dedié au language
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    openICEM

    Italian Certified Electronic eMail

    openICEM is a high scalable server software, entirely written in python, aimed to provide a Certified eMail Service as specified by Italian Law DPR. November 2, 2005 (http://tools.ietf.org/html/rfc6109). openICEM is developed around the Postfix MTA and based on the python-ldap and python-clamd modules. This software make use of XML-RPC for communication among the servers of infrastructure and it does not require any shared service or shared filesystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Spam Money Counter

    Spam Money Counter

    A simple script to count money "sent" to your Gmail by spammers.

    You have a Gmail inbox and a bunch of spammers that keep sending you unrealistic offers to earn millions, and millions, and millions? Ever wondered how rich could you be if all those offers were true? Well, now you have a chance to know. This little application connects to your Gmail mailbox and analyses the Spam folder. If some huge money is found inside, the letter is deleted and the money amount is added to what you already "got" from other spammers. Of course, it's only good...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ImpraStorage

    ImpraStorage

    ImpraStorage provided a private imap access to store large files

    ImpraStorage provided a private imap access to store large files. Each file stored on the server is split in severals random parts. Each part also contains random noise data (lenght depends on a crypt key) to ensure privacy and exclude easy merge without the corresponding key. An index of files stored is encrypt (with the symmetric-key algorithm Kirmah) and regularly updated. Once decrypt, it permit to perform search on the server and download each part. transfert process is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The project has moved and it is now hosted on github.com, and the documentation on readthedocs.org. Please visit the following links: * Source code: https://github.com/SpamExperts/pyzor * New issue tracked: https://github.com/SpamExperts/pyzor/issues * Documentation: http://pyzor.rtfd.org
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    BaGoMa backs-up and restores the contents of a GMail account. It can restore all the labels (folder structure), as well as the flags (seen/read, flagged) of a message.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    enounce

    E-mail based announcement software.

    Email and HTTP software that allows users to recieve announcements similar to a mailing list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A tool for dispatching (basically, deleting) email messages on POP3 server via Plain or SSL connection with advanced filtering capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Speaking gmail checker

    Python + espeak gmail checker

    Script that periodically checks your gmail account and speaks if you have unread email. Features: - logs into, and checks your gmail accounts - if you have unread email: - textual info about it appears in console/terminal - "you have X unread email" is spoken using espeak - if you have no unread email: - textual info about it appears in console/terminal Requirements: - POSIX OS - python: import imaplib import os import time - espeak - soundcard, speakers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ldapsync

    A MemberAdapter and cronjob to contact an ldap server for mailman

    These are two modules: the first is a MemberAdaptor for mailman that reads a file of members for each mailing list. The other is a cronjob that contacts an ldap server and * writes an aliases file for each user that has uid and mail entries in ldap, to be used with postfix * maintains lists that are defined via ldap with GroupOfNames and write the files for the first module If the ldap server is inaccessible, the files are left in place, so mails still get delivered.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    IPMAIL

    IPMAIL

    Sends external IP changes via email, using Imap.

    - Cross platform, written in python - Runs as a windows service or linux daemon - Queries external server for IP address, whatsmyip link is provided or you can host your own using the "IP_check.php" file included - Tracks changes and uses a GMAIL address with IMAP configured to send emails. - Once configured, it runs in the background and is silent. Version 2 -Td8f4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Kindle Sender

    Kindle Sender

    An easy way to send documents to your kindle

    Kindle Sender provides an easy, hassle free way to send your documents to your kindle device. Simply drag and drop a PDF, Mobi, DOC or similar onto Kindle Sender and it's sent! There's no more need to log onto your email and add your document as an attachment, Kindle Sender does this all for you with just one click!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Mail Stack

    Multiple Mail Monitoring

    This Software aims to provide the ease of monitoring multiple mails of various mail accounts all at one time . User will get notification of arrival of new mail . Timer also is provided to auto check mails after specified time.Also , a mail check according to sender , or a specific text in a subject is also under thought.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Reimplementation of mailfilter (http://mailfilter.sourceforge.net/) in Python. It filters email directly on a POP3 mail server before it is downloaded by another program. This program is aimed to run on all platforms the Python programing language suppor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    fetchtowebmail is a small python script that fetches e-mail messages using T-Online's (a big German provider) webmail interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Yet another Gmail tray icon notifier
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Semantic Web Archive of Mailing Lists
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    An all-in-one solution for small groups with needs for a web based address list, a mailing list and a CMS/wiki with access restrictions.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.