Code Monkey home page Code Monkey logo

awesome-python-applications's Introduction

Awesome Python Applications

Case studies in successfully shipping Python software

As developers, we spend our days with code. The site you're reading this on is mostly modules, packages, libraries, frameworks, and the like. But users see applications.

When building our own applications, open-source Python applications are a gold mine of practical patterns that we know work together. A production application is worth a thousand blog posts and Stack Overflow answers.

This document is an always-growing list of 420 open-source Python applications arranged by topic, with links to repositories, docs, and more, generated from structured data using apatite. If you have one to add or find some information missing, please let us know!

Read the announcement post to learn more about this list.
Subscribe to the RSS/Atom feed to see new applications added, or see the newest additions here in the CHANGELOG.

Contents

  1. Internet (42)
  2. Audio (17)
  3. Video (8)
  4. AI/ML (4)
  5. Graphics (20)
  6. Games (10)
  7. Productivity (27)
  8. Organization (45)
  9. Communication (35)
  10. Education (9)
  11. Science (24)
  12. CMS (11)
  13. ERP (5)
  14. Static Site (9)
  15. Dev (186)
    1. SCM (17)
    2. Code Review (5)
    3. Storage (20)
    4. Ops (28)
    5. Security (30)
    6. Docs (7)
    7. Editor (13)
    8. Package Managers (11)
    9. Package Repositories (5)
    10. Build (13)
    11. Shell (3)
    12. Other Dev projects (37)
  16. Misc (13)
  1. ArchiveBox - (Repo, Home, Docs) Self-hosted web archive, for creating local, browsable backups of content from the web. Imports HTML, JS, PDFs, video, subtitles, git repositories, and more, from Pocket, Pinboard, browser history, etc. (organization, linux, windows, docker)
  2. archivematica - (Repo, Home, Docs) Digital preservation system designed to maintain standards-based, long-term access to collections of digital objects, targeted at archivists and librarians. (organization, server)
  3. Bookwyrm - (Repo, Home) Social reading and reviewing, decentralized with ActivityPub. (organization, communication, server, django)
  4. buku - (Repo, Fund, Docs) Browser-independent bookmark manager with CLI and web server frontends, with integrations for browsers, cloud-based bookmark managers, and emacs. (organization, linux, windows, mac, server)
  5. Canto - (Repo, WP) RSS daemon and curses-based client. (linux, tui)
  6. CTFd - (Repo, Home, Docs) CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it's easy to customize with plugins and themes. (server)
  7. Deluge - (Repo, Home, WP, Fund) Popular, lightweight, cross-platform BitTorrent client. (linux, windows, mac, server, gtk)
  8. Dispatch - (Repo, Blog, Docs) Incident management service featuring integrations for notifications and task management. Used at Netflix. (dev, server, calver, corp, fastapi)
  9. Elixire - (Repo, Home, Docs) Featureful file host and link shortener with API and support for multiple vanity urls. (server)
  10. FlaskBB - (Repo, Home, Demo, Docs) A classic web forum application (bulletin board) with a modern look. (server)
  11. gPodder - (Repo, Home) Simple, mature media aggregator and podcast client. (linux, windows, mac, gtk)
  12. Grafana OnCall - (Repo, Docs) Developer-friendly incident response with brilliant Slack integration, with a PagerDuty migration path. (server, corp, django)
  13. hosts - (Repo) Command-line application which merges reputable hosts files with deduplication for the purpose of blocking undesirable websites via DNS blackhole. (security, linux, windows, mac)
  14. httpie - (Repo, Home, PyPI) Command-line HTTP client with JSON support, syntax highlighting, wget-like downloads, extensions, and more. (dev, linux, windows, mac)
  15. Isso - (Repo, Home) Lightweight commenting server, designed as a drop-in replacement for Disqus. (server)
  16. KindleEar - (Repo, Docs) Web application to automatically aggregate RSS into periodical mobi/epub files with images and send it to your kindle or your email. (server)
  17. liberapay.com - (Repo, Home, WP) A recurrent donations platform, formerly known as gittip and gratipay. (server)
  18. Mealie - (Repo, Home, Demo, Fund, Docs) Self-hostable recipe management server with rich user interface and automatic backups. (organization, server, fastapi)
  19. Mylar - (Repo) A web-based automated comic book downloader (cbr/cbz) for use with SABnzbd, NZBGet, and torrents. (graphics, linux)
  20. Neubot - (Repo, Home) Lightweight agent which collects data for net-neutrality research. (linux, windows, mac)
  21. NewsBlur - (Repo, Home) Web-based personal news reader. (server, django)
  22. Newspipe - (Repo, Home, gh, Docs) Web-based news aggregator and reader. (server)
  23. nsupdate.info - (Repo, PyPI, Docs) Featureful dynamic DNS service, using the Dynamic DNS UPDATE protocol (RFC 2136) to update BIND and other major nameservers. (ops, server)
  24. Nyaa - (Repo) Bittorrent tracker software built for anime site nyaa.si. (server)
  25. Open Event Server - (Repo, Demo) Enable event organizers to manage events from meetups to concerts to conferences, with support for multiple tracks and venues. Used by FOSSASIA and eventyay. (organization, server)
  26. Pi-Hole - (Repo, Home, WP) Linux network-level advertisement and internet tracker blocking application which acts as a DNS sinkhole, and (optionally) a DHCP server, intended for use on a private network. (linux, server)
  27. Planet - (Repo, Home, WP) RSS and Atom feed aggregator, designed to collect posts from the weblogs of members of an Internet community and display them on a single page. Used to power Planet Python and many more. (server)
  28. Pol - (Repo, Home) Web application which allows users to subscribe to changes on a web site via an autogenerated RSS feed. (server)
  29. PostHog - (Repo, Home, Docs) Self-hostable product analytics for tracking events, visualizing funnels, and much more. (docker)
  30. PyLoad - (Repo, Home) Download manager with a web interface and API. (linux, windows, mac)
  31. Qute Browser - (Repo, Home) Keyboard-driven, minimal, vim-like browser based on PyQt5. (linux, windows, mac, qt5)
  32. Reddit - (Repo, Home) Social news forum with voting, commenting, karma, and more. (Archival repo from 2017.) (server)
  33. SABnzbd - (Repo, Home, Docs) Simple, cross-platform newsreader for downloading from Usenet. Supports many integrations and 16 languages. (linux, windows, mac, server)
  34. Searx - (Repo, Docs) Self-hosted metasearch engine, aggregating results from more than 70 services while avoiding tracking and profiling. (security, server, flask)
  35. speedtest-cli - (Repo, PyPI) Command-line interface for testing Internet bandwidth using speedtest.net. (console)
  36. streamlink - (Repo, Home, PyPI) Command-line utility that extracts streams from various services and pipes them into a video player of choice. (linux, windows, mac)
  37. syncserver - (Repo, Docs) All-in-one package for running a self-hosted Mozilla Firefox Sync server. (server)
  38. Tautulli - (Repo, Home, Fund) Web monitor for Plex Media Server. (video, server)
  39. Tribler - (Repo, Home, WP) Privacy enhanced BitTorrent client with P2P content discovery. (linux, windows, mac, qt5)
  40. You-Get - (Repo, Home) Command-line program to browserlessly scrape and stream video, audio, and images from web sites. (linux, windows, mac)
  41. youtube-dl - (Repo, Home, PyPI) Command-line program to browserlessly archive video and audio from YouTube and hundreds of other sites. (linux, windows, mac)
  42. ZeroNet - (Repo, Home, WP, Docs) Open, free, and uncensorable websites, using Bitcoin cryptography and BitTorrent network. (linux, windows, mac)
  1. Beets - (Repo, Home, PyPI) Feature-rich command-line music library manager with web UI, duplicate detection, transcoding, and tagging support, integrating with MusicBrainz, Discogs, and more. (linux, windows, mac)
  2. Exaile - (Repo, WP) Cross-platform audio player, tag editor, and library organizer. (linux, windows, mac, gtk)
  3. Frescobaldi - (Repo, WP) An editor for LilyPond music files. (linux, windows, mac, qt)
  4. Friture - (Repo, Home) Visualizes and analyzes live audio data in real-time, including scope, spectrum analyzer, rolling 2D spectrogram, and more. (linux, windows, mac, qt5)
  5. Funkwhale - (Repo, Home, Docs) Web-based, community-driven project that lets you listen and share music and audio within a decentralized, open network. (server)
  6. GNU Radio - (Repo, Home, WP) Software development toolkit that provides signal processing blocks to implement software-defined radios and signal-processing systems. (linux, windows, mac, cpp, qt)
  7. GNU Solfege - (Repo, WP) An ear-training program intended to help musicians improve their skills. (linux, windows, mac, gtk)
  8. Mopidy - (Repo, Home) Extensible music player server with plugin support for a wide range of services. (server)
  9. Music Player - (Repo, Home) A simple music player designed around an infinite intelligent playlist, with support for headless playback. (linux, mac)
  10. MusicBrainz Picard - (Repo, Home, WP) Automatically identify, tag, and organize music albums and other digital audio recordings. (linux, windows, mac, qt)
  11. PuddleTag - (Repo, WP) An audio tag (metadata) editor for audio file formats. (linux, qt4)
  12. Quod Libet - (Repo, WP) Cross-platform audio player, tag editor, and library organizer. (linux, windows, mac, gtk)
  13. SoundConverter - (Repo, WP) A GNOME-based audio file transcoder. (linux, gtk)
  14. SoundGrain - (Repo, Home, Fund) Graphical interface designed for drawing and editing trajectories to control granular sound synthesis. (linux, windows, mac)
  15. Stargate DAW - (Repo) All-in-one Digital Audio Workstation (DAW) with a suite of instrument and effect plugins. (linux, windows, mac, qt56)
  16. Supysonic - (Repo) Implementation of the Subsonic server API, with support for browsing, streaming, transcoding, scrobbling, and more. (server)
  17. Whipper - (Repo) A CLI-based CD Audio ripper designed for accuracy over speed, with support for overriding hardware caches, accuracy verification, MusicBrainz metadata lookup, hidden tracks, FLAC, and much more. (linux)
  1. Flowblade - (Repo, WP) Multitrack, non-linear video editing software for Linux. (linux, gtk)
  2. Open Streaming Platform - (Repo) Self-hosted video streaming and recording server, designed as an alternative to Twitch and YouTube. (games, server)
  3. OpenShot - (Repo, Home, WP, Fund) A cross-platform video editor for FreeBSD, Linux, macOS, and Windows. (linux, windows, mac, qt5)
  4. Pitivi - (Repo, WP) Non-linear video editor for Linux, based on GStreamer. (linux, gtk)
  5. Plumi - (Repo, WP) Video sharing content management system based on Plone. (cms, server, plone)
  6. PyVideo - (Repo, Home) Static media index custom-built for the Python community, and all the content our meetings and conferences produce. (static_site, linux, server)
  7. Tautulli - (Repo, Home, Fund) Web monitor for Plex Media Server. (internet, server)
  8. Vidcutter - (Repo) GUI and CLI aiming to be the fastest and simplest way to cut and join video. (linux, windows, mac)
  1. Aim - (Repo, Home, Blog) Aim is a self-hostable machine learning experiment tracker designed to handle 10,000s of training runs. (linux, server, fastapi)
  2. dvc (Data Version Control) - (Repo, Home, Docs) Command-line tool for version control over data used in machine learning projects. Aims to replace Excel and other tools used to track and deploy model versions. (organization, scm, linux, windows, mac)
  3. MLflow - (Repo, Home, Docs) Integrated command-line application and web service, supporting an end-to-end machine-learning workflow around tracking, packaging, and deploying. Developed by Databricks. (organization, dev, linux, mac, corp)
  4. Polyaxon - (Repo, Home, Docs) A web-based platform for reproducible and scalable machine learning experiment management and metrics-tracking, based on kubernetes, with support for TensorFlow, PyTorch, Keras, and many more. (dev, server)
  1. cartoonify / Draw This. - (Repo, Home) Turn a photograph into a toddler's drawing. Automatically! (console, docker, hardware)
  2. Cura - (Repo, Home, WP, Docs) Popular desktop software for preparation and control of 3D printing, integrated with CAD workflows. (linux, windows, mac, corp, hardware)
  3. DrawBot - (Repo, Home, WP) A powerful programmatic 2D drawing application for MacOS X which generates graphics from Python scripts. (education, dev, mac)
  4. FreeCAD - (Repo, WP) General-purpose parametric 3D CAD modeler and a building information modeling (BIM) software with finite-element-method (FEM) support. (linux, windows, mac, cpp, qt)
  5. Gaphor - (Repo, Docs) Simple UML modeling tool designed for beginners. (docs, linux, windows, mac, flatpak, gtk)
  6. Lector - (Repo) Desktop ebook reader and browser, with support for many formats, including comic book archives. (linux)
  7. MakeHuman - (Repo, WP) 3D computer graphics software designed for the prototyping of photo realistic humanoids. (linux, windows, mac, qt)
  8. Meshroom - (Repo, Home) Photogrammetry pipeline, for turning photographs into 3D models. (linux, windows, mac, qt)
  9. Mylar - (Repo) A web-based automated comic book downloader (cbr/cbz) for use with SABnzbd, NZBGet, and torrents. (internet, linux)
  10. MyPaint - (Repo, Home, WP) Raster graphics editor for digital painters with a focus on painting rather than image manipulation. (linux, windows, mac, gtk)
  11. NFO Viewer - (Repo, Home) A simple viewer for NFO files and the ASCII art therein, with preset fonts, encodings, automatic window sizing, and clickable hyperlinks. (misc, linux, windows)
  12. OCRFeeder - (Repo, WP) An optical character recognition suite for GNOME, with support for command-line OCR engines like CuneiForm, GOCR, Ocrad and Tesseract. (linux, gtk)
  13. OCRopus - (Repo, WP) Document analysis and optical character recognition (OCR) system. (linux, mac, console)
  14. Octoprint - (Repo, Home, Fund) Web-based controller for consumer 3D printers. (server, flask, hardware)
  15. PhotoCollage - (Repo) Automatically lays out a photo collage to fill out a given poster space. (linux, gtk)
  16. Photonix - (Repo, Home, Demo) Web-based photo management, featuring smart filtering with object recognition, location awareness, color analysis, and more. (server)
  17. Pynocchio - (Repo, Home) Minimalist comic reader, supporting many common image and archive formats. (linux)
  18. Quru Image Server - (Repo, Home, Demo, Docs) High-performance web server for creating and delivering dynamic images. (server)
  19. SK1 - (Repo, Home, WP) Feature-rich, cross-platform illustration program. (linux, windows, mac, gtk, wx)
  20. Thumbor - (Repo, Home, Docs) Photo thumbnail service with resizing, flipping, and smart cropping of images. (dev, server)
  1. Cataclysm: Dark Days Ahead (Launcher) - (Repo, Home) Launcher for popular FOSS game CDDA, which supports automatic updates and mod management. (linux, windows, mac)
  2. Frets on Fire X - (Repo) Highly customizable rhythm game supporting many modes of guitar, bass, drum, and vocal gameplay for up to four players. (linux, windows, pygame)
  3. Lucas Chess - (Repo, Home) Featureful chess client for Windows, with some Linux support. (linux, windows, qt4)
  4. Lutris - (Repo, Home, WP, Fund) Gaming platform for GNU/Linux, managing game installations with a unified interface. (linux, gtk)
  5. Open Streaming Platform - (Repo) Self-hosted video streaming and recording server, designed as an alternative to Twitch and YouTube. (video, server)
  6. PyChess - (Repo, Home, WP) Advanced chess client, suitable for new, casual, and competitive play. (linux, windows, gtk)
  7. Pyfa - (Repo) Python Fitting Assistant, cross-platform experimentation tool for EVE Online ship fittings. (linux, windows, mac)
  8. PySolFC - (Repo, Home, Android) Highly-portable collection of solitaire card games. (linux, windows, android, kivy, tk)
  9. term2048 - (Repo, PyPI) TUI version of 2048. (linux, mac, tui)
  10. Unknown Horizons - (Repo, Home) 2D real-time strategy simulation with an emphasis on economy and city building. (Not unlike Age of Empires) (linux, windows, mac)
  1. Autokey - (Repo, WP, PyPI) Desktop automation utility for Linux and X11. (linux, gtk, qt)
  2. Bleachbit - (Repo, Home) System cleaner designed to free disk space and maintain privacy. (linux, windows, gtk)
  3. BorgBackup - (Repo, Home) Deduplicating backup system with optional encryption and other features. (linux)
  4. Bup - (Repo, Home) Efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication. (linux, mac)
  5. Duplicity - (Repo, Home, Docs) Encrypted bandwidth-efficient backup tool, using the rsync algorithm. (storage, linux)
  6. Excalibur - (Repo) Web interface to extract tabular data from PDFs. (linux, windows)
  7. Glances - (Repo, Home, Docs) A cross-platform top/htop alternative, providing an overview of system resources. (ops, linux, windows, mac, server)
  8. gmvault - (Repo, Home) Tool for backing up gmail accounts. (linux, windows, mac, qt5)
  9. Gridsync - (Repo) Cross-platform GUI built to synchronize local directories with Tahoe-LAFS storage grids. (storage, linux, windows, mac)
  10. GTimeLog - (Repo, Home, Fund, Docs) Desktop-based time tracker with support for logging billable/non-billable work. (organization, linux, windows, mac)
  11. Kibitzr - (Repo, Home, PyPI, Docs) Self-hosted personal assistant server for automating routine tasks. (server)
  12. Mackup - (Repo, PyPI) Utility to back up and synchronize application settings, with support for several storage backends (e.g., Dropbox, Git), and dozens of applications. (linux, mac)
  13. Metamorphose - (Repo, Home) Graphical mass renaming program for files and folders. (linux, windows, mac, wx)
  14. Nuxeo Drive - (Repo, Home, Docs) Cross-platform desktop synchronization client for the Nuxeo platform. (storage, linux, windows, mac, console, appimage, lgpl, qt5)
  15. nvda - (Repo, Home) Non-Visual Desktop Access, a powerful screen reader for Windows. (windows, wx)
  16. OCRmyPDF - (Repo, Fund, Snap, Docs) Adds an OCR text layer to scanned PDF files, enabling text search and selection. (console)
  17. PDF Arranger - (Repo, Snap) Merge and split PDF documents, as well as crop and rearrange pages. (linux, windows, gtk)
  18. Plover - (Repo, Home, Fund, Docs) Background service for automatic translation of stenography movements to keystrokes, enabling typing speeds in excess of 200WPM in any application. (linux, windows, mac, hardware, qt5)
  19. Psono - (Repo, Home, Demo, Docs) Server-based password manager, built for teams. (security, server)
  20. Ranger - (Repo, Home) TUI (Text User Interface) file manager, inspired by vim. (linux, tui)
  21. Redash - (Repo, Home) Data visualization and dashboard construction geared toward business intelligence, used by Mozilla, SoundCloud, Sentry, and others. (server, flask)
  22. ReproZip - (Repo, Home, Demo, PyPI, Docs) Command-line tool which automatically builds reproducible experiments archives from console commands, designed for use in computational science. (science, linux)
  23. Sunflower - (Repo, Home) Small and highly-customizable twin-panel file manager for Linux with plugin support. (linux)
  24. Superset - (Repo, Docs) Data exploration, visualization, and business intelligence web application. (server)
  25. VisiData - (Repo, Home, Fund, PyPI, Docs) Interactive multitool for exploring, analyzing, and converting datasets in the terminal. (linux, mac, tui)
  26. Vorta - (Repo, Home) GUI backup client built on top of BorgBackup. (linux, mac)
  27. wttr.in - (Repo, Home) Weather forecast service that supports various representations, suitable for the terminal or web browser. (server, flask)
  1. Ambar - (Repo, Home, Demo, Docs) Document search engine with automated crawling, OCR, tagging, and instant full-text search. (server)
  2. ArchiveBox - (Repo, Home, Docs) Self-hosted web archive, for creating local, browsable backups of content from the web. Imports HTML, JS, PDFs, video, subtitles, git repositories, and more, from Pocket, Pinboard, browser history, etc. (internet, linux, windows, docker)
  3. archivematica - (Repo, Home, Docs) Digital preservation system designed to maintain standards-based, long-term access to collections of digital objects, targeted at archivists and librarians. (internet, server)
  4. Baby Buddy - (Repo, Demo) Mobile-friendly web application which helps caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guesswork. (server)
  5. Baserow - (Repo, Home, gh, Docs) Web-based no-code persistence platform, like a database meets a spreadsheet, with a REST API. (storage, server, django)
  6. beancount - (Repo, Home, gh, PyPI, Docs) A double-entry bookkeeping language to define financial transaction records in plain text, then generate a variety of reports, via CLI and web interface. (See also, Plain Text Accounting). (linux, windows, mac)
  7. Bookwyrm - (Repo, Home) Social reading and reviewing, decentralized with ActivityPub. (internet, communication, server, django)
  8. buku - (Repo, Fund, Docs) Browser-independent bookmark manager with CLI and web server frontends, with integrations for browsers, cloud-based bookmark managers, and emacs. (internet, linux, windows, mac, server)
  9. Byro - (Repo, Docs) Web-based membership administration tool for small and medium sized clubs/NGOs/associations of all kinds, with a focus on the DACH region. (server)
  10. Calibre - (Repo, Home, WP, Fund) E-book manager designed for viewing, converting, editing, and cataloging e-books in all major formats. (linux, windows, mac, qt5)
  11. Calibre-Web - (Repo) Web application providing a clean interface for browsing, reading, and downloading ebooks using an existing Calibre database. (linux)
  12. CherryTree - (Repo, Home) Hierarchical wiki-like personal notepad, featuring rich text and syntax highlighting. (linux, windows, gtk)
  13. Collaborate - (Repo, Docs) Web-based collaboration tool designed by Propublica for newsrooms to share datasets, with a workflow built around assigning tips and maintaining contacts. (communication, server)
  14. CouchPotato - (Repo, Home) Personal video recorder focused on movies, with support for usenet and torrents. (linux, windows, mac)
  15. dupeGuru - (Repo, Home, Docs) Cross-platform GUI tool to find duplicate files. (linux, windows, mac)
  16. dvc (Data Version Control) - (Repo, Home, Docs) Command-line tool for version control over data used in machine learning projects. Aims to replace Excel and other tools used to track and deploy model versions. (ai, scm, linux, windows, mac)
  17. fava - (Repo, Demo, Docs) Web interface for the double-entry bookkeeping software Beancount with a focus on features and usability. (linux, windows, mac)
  18. Gramps - (Repo, Home) Genealogy software that is both intuitive for hobbyists and feature-complete for professional genealogists. (linux, windows, mac, gtk)
  19. GTimeLog - (Repo, Home, Fund, Docs) Desktop-based time tracker with support for logging billable/non-billable work. (productivity, linux, windows, mac)
  20. Headphones - (Repo, Docs) Web-based digital music library for automating music downloads through Usenet and torrents. (linux, windows, mac)
  21. ihatemoney - (Repo, Home, Docs) Web application made to ease shared budget management by keeping track of who bought what, when, and for whom. (server)
  22. Indico - (Repo, Home, Demo, Docs) Feature-rich web application designed at CERN for managing events, with support for conference organization workflow, from content management to receiving and reviewing abstracts/papers, event registration, payment integration, room booking, and more. (communication, server)
  23. Invenio - (Repo, Docs) Customizable platform for running a trusted digital repository. (linux)
  24. jrnl - (Repo, Home) Simple, ecncrypted journal application for your command line. (linux, windows, mac, homebrew)
  25. LazyLibrarian - (Repo, Forum, Docs) Web-based digital library organizer with support for following authors and automatic metadata retrieval. (linux, mac)
  26. Mathesar - (Repo, Home, Demo, Fund, Docs) Self-hostable web application which provides a spreadsheet-like interface to a PostgreSQL database, enabling users of all technical skill levels to design data models, enter data, and build reports. (storage, server, django)
  27. Mayan - (Repo, Home, Fund, PyPI, Docs) Web-based document management system, designed to store, introspect, and categorize files, with OCR, preview, label, signing, and sending capabilities. Also featuring workflow system, role-based access control, and REST API. (server)
  28. Mealie - (Repo, Home, Demo, Fund, Docs) Self-hostable recipe management server with rich user interface and automatic backups. (internet, server, fastapi)
  29. MLflow - (Repo, Home, Docs) Integrated command-line application and web service, supporting an end-to-end machine-learning workflow around tracking, packaging, and deploying. Developed by Databricks. (ai, dev, linux, mac, corp)
  30. Open Event Server - (Repo, Demo) Enable event organizers to manage events from meetups to concerts to conferences, with support for multiple tracks and venues. Used by FOSSASIA and eventyay. (internet, server)
  31. OpenLibrary - (Repo, Home, WP) Web application for an open, editable library catalog, used by The Internet Archive towards building a web page for every book ever published. (linux, windows, mac, docker)
  32. Paperless - (Repo, Docs) Scan, index, and archive all of your paper documents. Supports OCR, tags, search, encryption and more. (server)
  33. Paperwork - (Repo, Home, Fund, Docs) Personal document manager for organizing scanned documents and PDFs, with support for OCR, automatic tagging, and search. (linux, windows, gtk)
  34. Pinry - (Repo, Home, Docs) Tiling image board system for saving, tagging, and sharing images, videos, and websites, like a self-hosted Pinterest. (docker, server)
  35. Pretalx - (Repo, Home, Fund) Web-based conference planning tool, with support for Calls for Papers (CFP), scheduling, and speaker management. (communication, server)
  36. PyMedusa - (Repo, Home) Video library manager for TV shows, with automatic download support. (linux, windows)
  37. Radicale - (Repo, Home) Simple CalDAV (calendar) and CardDAV (contact) server. (server)
  38. RedNotebook - (Repo, Home) Desktop journal designed for rich text, media, and template-based entries, which can be tagged and searched, as well as exported to plain text, HTML, Latex, or PDF. (linux, windows, mac)
  39. Scholia - (Repo, Home, Docs) Python package and web application for interacting with scholarly information on Wikidata. (science, server)
  40. Senaite - (Repo, Home) Web-based, mobile-first laboratory information management system (LIMS). (server)
  41. SiCKRAGE - (Repo, gh, Docs) Video library manager with support for automatic TV show archival. (linux, windows)
  42. Taiga - (Repo, Home, Docs) Web application built for managing projects with agile development processes. (dev, server, django)
  43. Wikid Pad - (Repo, Home) Desktop wiki notebook for storing your thoughts and ideas. (linux, windows, mac, wx)
  44. Xandikos - (Repo, Home) Lightweight but relatively complete CardDAV/CalDAV server which backs up changes in a Git repository. (server)
  45. Zim Wiki - (Repo, Home) Desktop wiki designed for note-taking, list-making, and drafting. (linux, windows, gtk)
  1. Abilian SBE - (Repo, Home) A "Social Business Engine" with features including lightweight document management, discussions, wikis, timelines, and more. (cms, server)
  2. Askbot - (Repo, Home) Q&A web platform similar to StackOverflow, complete with tagging, reputation, badges, and more. (server, corp)
  3. Bitmessage - (Repo, Docs) Reference client for Bitmessage, a peer-to-peer encrypted decentralised communication protocol. (linux, windows, mac, kivy, qt4, tui)
  4. Bookwyrm - (Repo, Home) Social reading and reviewing, decentralized with ActivityPub. (internet, organization, server, django)
  5. Collaborate - (Repo, Docs) Web-based collaboration tool designed by Propublica for newsrooms to share datasets, with a workflow built around assigning tips and maintaining contacts. (organization, server)
  6. dak - (Repo) Collection of programs used to maintain the Debian project's email archives. (linux)
  7. Django Wiki - (Repo, Demo, Docs) A simple and mature web-based wiki. (server)
  8. Docassemble - (Repo, Home, Docs) Platform for creating mobile-friendly web-based interviews, collecting responses, and much more. (server)
  9. Formspree - (Repo, Home) Web server which turns an HTML form submission into an email, without registration, JavaScript, or custom Python. (server, corp)
  10. Gajim - (Repo, WP) Lightweight, cross-platform instant messaging client for the XMPP protocol. (linux, windows, mac, gtk)
  11. GlobaLeaks - (Repo, Home) Web application to enable secure and anonymous whistleblowing initiatives. (server)
  12. Hangups - (Repo, Snap, Docs) Third-party instant messenger for Google Hangouts, with support for group messaging and other proprietary features. (linux, mac, docker, snap)
  13. Hawkpost - (Repo, Home) Web application which enables receiving encrypted messages from less technical senders. (server)
  14. Helios Voting - (Repo, Home) End-to-end verifiable voting system. (server)
  15. Inboxen - (Repo, Home, Docs) Web application which provides an infinite number of unique email inboxes, for segmenting services and maintaining privacy. (server)
  16. Indico - (Repo, Home, Demo, Docs) Feature-rich web application designed at CERN for managing events, with support for conference organization workflow, from content management to receiving and reviewing abstracts/papers, event registration, payment integration, room booking, and more. (organization, server)
  17. Magic Wormhole - (Repo, PyPI, Docs) Security- and speed-focused file transfer tool with support for files, text, and directories. (linux, mac, console)
  18. Mailman - (Repo, Home, WP) The original listserv, a web application and email server for managing subscriptions and discussion archives. (server)
  19. Mailpile - (Repo, Home) Fast email client with user-friendly encryption and privacy features. (linux, windows, mac)
  20. Mailu - (Repo, Home) Full-featured mail server designed for easy setup and maintenance, supporting IMAP, IMAP+, SMTP, and Submission, as well as a slew of advanced features. (server)
  21. Moa Bridge - (Repo, Home) A service to cross post Mastodon toots to Twitter and Instagram. (server, flask)
  22. Modoboa - (Repo, Home) Mail hosting and management platform including web UI based on Django. Provides useful components such as an admin panel and webmail. Integrates with Postfix or Dovecot. (server)
  23. MoinMoin - (Repo, Home, WP, Docs) Python's own web-based wiki software, used for the official Python wiki and many others. (server)
  24. OfflineIMAP - (Repo, Home, WP) IMAP reader and synchronizer. (linux)
  25. OnionShare - (Repo, Home, Docs) Secure and anonymous file sharing over Tor services. (linux, windows, mac, qt5)
  26. Pootle - (Repo, Home, WP) Web application for collaborative translation. (server)
  27. Pretalx - (Repo, Home, Fund) Web-based conference planning tool, with support for Calls for Papers (CFP), scheduling, and speaker management. (organization, server)
  28. pycsw - (Repo, WP) Full implementation of the OpenGIS Catalogue Service Implementation Specification. (server)
  29. RapidSMS - (Repo, Home, Docs) Interactive SMS text messaging platform. (server)
  30. SecureDrop - (Repo, Home, Docs) Whistleblower submission system for media organizations to securely accept documents from anonymous sources. Originally created by Aaron Swartz and currently managed by the Freedom of the Press Foundation. (server, flask)
  31. Socialhome - (Repo, Home, gh, Docs) Web application enabling users to build a federated personal profile with social networking functionality. (server)
  32. Synapse - (Repo, Home, Fund) Reference server for the matrix.org distributed chat protocol. Used daily by tens of thousands at riot.im. (server)
  33. Virtaal - (Repo, Home) Cross-platform GUI for performing translation, with support for a variety of formats. (linux, windows, mac, gtk)
  34. Weblate - (Repo, Home, PyPI) Web based localization tool with tight version control integration. (server)
  35. Zulip - (Repo, Home, WP, Docs) Powerful chat server and web client with support for threaded conversations. (server)
  1. Anki - (Repo, Home, Docs) Powerful desktop application for flash cards and memorization. (linux, windows, mac, qt5)
  2. DrawBot - (Repo, Home, WP) A powerful programmatic 2D drawing application for MacOS X which generates graphics from Python scripts. (graphics, dev, mac)
  3. explainshell.com - (Repo, Home) A web-based tool to match command-line arguments to their man pages and help text. (dev, server, flask)
  4. Kolibri - (Repo, Home, Demo, PyPI, Docs) Self-hostable learning web application targeted at making high quality education technology available in low-resource communities (e.g., rural schools, refugee camps, orphanages, non-formal school systems, and prison systems). (server)
  5. Mnemosyne - (Repo, Home) Spaced-repetition flashcard program for efficient memorization. (linux, windows, mac, qt5)
  6. NBGrader - (Repo, Docs) Jupyter-based application which enables educators to create, assign, and grade assignments in notebook form. (server)
  7. Open edX Platform - (Repo, Home, WP) Platform for online education providers, powering edX. (server)
  8. RELATE - (Repo, Docs) Web-based courseware with support for course planning and versioning, scheduling, testing, and grading. (server)
  9. Tutor - (Repo, Docs) Docker-based Open edX distribution, both for production and local development, with a goal of easing deployment, customization, upgrading, and scaling. (server)
  1. AnuGA - (Repo) Advanced simulation of the shallow water equation, for modeling tsunamis, dam breaks, and floods. (linux, windows)
  2. Artisan - (Repo, Home, Docs) Desktop visual scope for coffee roasters, which helps coffee roasters record, analyze, and control roast profiles. (linux, windows, mac)
  3. ASCEND - (Repo, Home, WP) Mathematical chemical process modelling system developed at Carnegie Mellon University since late 1978. (linux, windows, mac, gtk)
  4. CellProfiler - (Repo, Home, Manual, Docs) Interactive data exploration, analysis, and classification of biological image sets. (linux, windows, mac)
  5. cellxgene - (Repo, Home) Web-based interactive explorer for single-cell transcriptomics data. (linux, windows, mac, fnd)
  6. CKAN - (Repo, Home) Data management system (DMS) which makes it easy to publish, share, and use data. Data hubs powered by CKAN include datahub.io, catalog.data.gov, and europeandataportal.eu, among many other sites. (server, flask)
  7. CoCalc - (Repo, Home, WP) Collaborative calculation in the cloud, with support for the scientific Python stack, SageMath, R, LaTeX, Markdown, and more. Also features chat, course management, and other supporting functionality. (server)
  8. Dissem.in - (Repo, Home, Docs) Web platform to help researchers upload their papers to open-access repositories. (server, django)
  9. Galaxy - (Repo, Home, Docs) Web-based platform for reproducible and transparent computational research, with a focus on bioinformatics. (server)
  10. InVesalius - (Repo, Home, WP) Generates virtual reconstructions of structures in the human body for medical purposes, including CT and MRI scans. (linux, windows, mac, gtk)
  11. Manim - (Repo, Docs) Animation engine for explanatory math videos, primarily designed for works by 3blue1brown. (linux)
  12. Mayavi - (Repo, Home) General purpose, cross-platform tool for 2-D and 3-D scientific data visualization. (linux, windows, mac, qt4)
  13. Mosaic - (Repo, Home, Docs) Desktop-based single molecule analysis toolbox that automatically decodes multi-state nanopore data. (linux, windows, mac, gov)
  14. odemis - (Repo, Home) Desktop imaging workflow software for Delmic microscopes, supporting autofocus, coordinate history, and OME-TIFF and HDF5 export. (linux)
  15. OPEM - (Repo, Docs) A modeling tool for evaluating the performance of proton exchange membrane (PEM) fuel cells. (linux, windows, mac)
  16. Orange - (Repo, Home, WP) Component-based data mining software for graphical interactive data analysis and visualization. (linux, windows, mac, qt4, qt5)
  17. Pybliographer - (Repo, Home) Bibliographic database manager with a user-friendly desktop UI. (linux, gtk)
  18. ReproZip - (Repo, Home, Demo, PyPI, Docs) Command-line tool which automatically builds reproducible experiments archives from console commands, designed for use in computational science. (productivity, linux)
  19. Sage Math - (Repo, Home, WP) Cross-platform computer algebra system with features covering many aspects of mathematics, including algebra, combinatorics, graph theory, numerical analysis, number theory, calculus, and statistics. (linux, windows, mac)
  20. Scholia - (Repo, Home, Docs) Python package and web application for interacting with scholarly information on Wikidata. (organization, server)
  21. SOFA Statistics - (Repo, Home) User-friendly statistics and analysis with a learn-as-you-go approach. (linux, windows, mac, wx)
  22. Spack - (Repo, Home, Docs) Language-independent package manager for supercomputers, Mac, and Linux, designed for scientific computing. (pkg_mgr, linux, mac)
  23. Taguette - (Repo, Home, gh, PyPI, Docs) Web-based qualitative research tool supporting importing, tagging, highlighting, and exporting many document formats. (server)
  24. Veusz - (Repo, Home) 2D and 3D scientific plotting, designed to produce publication-ready PDF or SVG graphs. (linux, windows, mac, qt)
  1. Abilian SBE - (Repo, Home) A "Social Business Engine" with features including lightweight document management, discussions, wikis, timelines, and more. (communication, server)
  2. Django-CMS - (Repo, Home) Enterprise content management system based on the Django framework with version control, multi-site support, and more. (server, django)
  3. Ella - (Repo, Docs) Django-based content management system with a focus on high-traffic news sites and Internet magazines. (server, django)
  4. Mezzanine - (Repo, Home) Consistent and flexible content management platform built on the Django framework. (server, django)
  5. Plone - (Repo, Home, WP) Extensible enterprise content management system built on Zope. (server)
  6. Plumi - (Repo, WP) Video sharing content management system based on Plone. (video, server, plone)
  7. Pretix - (Repo, Home, Blog, PyPI, Docs) Web-based ticketing software, with support for customizable storefronts, direct payments, box office, and reporting. (server, corp)
  8. PyCon - (Repo, Home, Docs) Content management and conference organization web application, based on Django and Symposion. (server, django)
  9. Saleor - (Repo, Home) Modular, high-performance e-commerce storefront built with Django, GraphQL, and ReactJS. (server, django)
  10. Shuup - (Repo, Home, Docs) Storefront web application, with support for single- and multi-marketplace models. (server)
  11. Wagtail - (Repo, Home) A Django content management system focused on flexibility and user experience. (server, django)
  1. ERP5 - (Repo, Home, WP) Web-based ERP, CRM, DMS, and Big Data system with hundreds of built-in modules, designed for corporate scalability. (server)
  2. ERPNext - (Repo, Home, WP) Web-based ERP system with accounting, inventory, CRM, sales, procurement, project management, and HR. Built on Frappe and MariaDB. (server)
  3. Frepple - (Repo, Home, Docs) Web-based supply chain planning for production planning and scheduling. (linux, server)
  4. Odoo - (Repo, Home, WP) Web-based ERP and CRM with many built-in modules, plus thousands of apps to suit any business. (server)
  5. Tryton - (Repo, Home, WP, Docs) Modular web-based ERP, designed for companies of all sizes. (server, fdn)
  1. Cactus - (Repo, PyPI) Static website generator using Django templates. (linux, windows, mac)
  2. Chert - (Repo, PyPI) Static site generator with built-in support for listicles, created by this humble author, used to power calver.org, 0ver.org, and sedimental.org, the author's blog. Mostly here as an easter egg :) (linux, windows, mac)
  3. Grow - (Repo, Home, PyPI) Static site generator optimized for building interactive, localized microsites, with a focus on workflow and maintainability. (linux, windows, mac)
  4. Hyde - (Repo, Home, PyPI) Static site generator which began as the Python counterpart to Jekyll. (linux, windows, mac)
  5. Lektor - (Repo, Home, PyPI) Static site generator with built-in admin console and minimal desktop application. (linux, windows, mac)
  6. Nikola - (Repo, Home, PyPI) Command-line static site generator with incremental rebuilds and support for Markdown, reST, Jupyter notebooks, and HTML. (linux, windows, mac)
  7. Pelican - (Repo, Home, PyPI) Command-line static site generator that supports Markdown and reST syntax. (linux, windows, mac)
  8. Prosopopee - (Repo, Demo, PyPI, Docs) A static site generator designed for photographers and others who tell stories with pictures. (linux, windows, mac)
  9. PyVideo - (Repo, Home) Static media index custom-built for the Python community, and all the content our meetings and conferences produce. (video, linux, server)

Projects related to software development and adjacent technical areas.

  1. Allura - (Repo, Home, WP) Software forge, with support for git, hg, and svn. (server)
  2. dvc (Data Version Control) - (Repo, Home, Docs) Command-line tool for version control over data used in machine learning projects. Aims to replace Excel and other tools used to track and deploy model versions. (ai, organization, linux, windows, mac)
  3. Git Cola - (Repo, Home) Featureful cross-platform GUI wrapper for git. (linux, windows, mac, qt4, qt5)
  4. Gitless - (Repo, Home, PyPI, Docs) Simple version control system built on top of Git. (linux, windows, mac)
  5. GNU Bazaar - (Repo, Home, WP, Docs) Distributed and client-server revision control system. (linux, windows, mac)
  6. Kallithea - (Repo, WP) Software forge for Mercurial and Git with a built-in push/pull server, full text search, and code-review. Forked from RhodeCode in 2014. (server)
  7. Klaus - (Repo, Demo, PyPI, Docs) pip-installable web-based viewer for git repositories that "just works". (server)
  8. Launchpad - (Repo, Home, WP, Docs) Software forge designed and run by Canonical, with support for Git and Bazaar. (server)
  9. Mercurial - (Repo, Home, WP) Cross-platform distributed revision-control system designed for high performance and advanced branching/merging capabilities. (linux, windows, mac)
  10. Pagure - (Repo, Home) Software forge focused on git and developed by the Fedora engineering team. (server)
  11. Patchwork - (Repo, Home, Docs) Web-based patch tracking system designed to facilitate code contribution to an open-source project. Designed and used for Linux kernel subsystem development. (server)
  12. RabbitVCS - (Repo, Home, Docs) Tools providing straightforward graphical access to Subversion or Git within a variety of clients, including as Nautilus, Thunar, Nemo, Caja, and the command line. (linux)
  13. RhodeCode - (Repo, Home, WP) Self-hosted platform for behind-the-firewall source code management, providing centralized control over Git, Mercurial, and Subversion. (server, corp)
  14. Roundup Issue Tracker - (Repo, Home, WP, gh) Highly-customizable issue tracking system featuring command-line, web, and email interfaces, historically used by the official Python bug tracker at bugs.python.org. (server)
  15. TortoiseHg - (Repo, Home, Docs) Windows shell extension and a series of applications for the Mercurial distributed revision control system. Also includes GNOME and CLI support. (linux, windows, qt4, qt5)
  16. Trac - (Repo, Home, WP, Docs) Enhanced web-based wiki and issue tracking system for software development projects. (server)
  17. ViewVC - (Repo, Home) Browser interface for CVS and Subversion version control repositories. (server)
  1. Diffoscope - (Repo, Home, Demo, PyPI) Web-based deep comparison of files, archives, and directories, including support for diffing tarballs, ISO images, and PDFs. (server)
  2. Meld - (Repo, Home) Visual diff and merge tool targeted at developers, providing two- and three-way comparison of both files and directories, and supports many version control systems including Git, Mercurial, Bazaar, and Subversion. (linux, windows, mac, gtk)
  3. Review Board - (Repo, Home) Extensible code review tool for projects and companies of all sizes. (server)
  4. Rietveld - (Repo, Home, WP) Django-based collaborative code review tool for Subversion written by Guido van Rossum to run on Google AppEngine. The basis for Gerrit. (server)
  5. SQLFluff - (Repo, Home, Fund, PyPI) Dialect-flexible and configurable SQL linter, designed with ELT applications in mind, with support for templating and autofixing errors. (console)
  1. B2 - (Repo, PyPI) Command-line tool that gives easy access to all of the capabilities of Backblaze's B2 Cloud Storage. (linux, windows, mac, corp)
  2. Barman - (Repo) Remote backup and disaster recovery for PostgreSQL. (linux)
  3. Baserow - (Repo, Home, gh, Docs) Web-based no-code persistence platform, like a database meets a spreadsheet, with a REST API. (organization, server, django)
  4. Datasette - (Repo, PyPI, Docs) A tool for exploring and publishing data, backed by SQLite. (server)
  5. Duplicity - (Repo, Home, Docs) Encrypted bandwidth-efficient backup tool, using the rsync algorithm. (productivity, linux)
  6. EdgeDB - (Repo, Home, Docs) High-performance object-relational database built on top of PostgreSQL, featuring strict, strong typing, built-in migrations, and GraphQL support. (server)
  7. FreeNAS - (Repo, Home, Docs) Operating system designed to be installed virtually any hardware platform, for sharing ZFS-based storage over a network, using SMB, NFS, AFP, FTP, and more. (server)
  8. Gridsync - (Repo) Cross-platform GUI built to synchronize local directories with Tahoe-LAFS storage grids. (productivity, linux, windows, mac)
  9. kinto - (Repo, Home, Docs) A generic JSON document store with sharing and synchronisation capabilities, supporting in-memory and PostgreSQL backends. (server)
  10. Mathesar - (Repo, Home, Demo, Fund, Docs) Self-hostable web application which provides a spreadsheet-like interface to a PostgreSQL database, enabling users of all technical skill levels to design data models, enter data, and build reports. (organization, server, django)
  11. mycli - (Repo, Home, PyPI) Interactive MySQL client that does auto-completion and syntax highlighting. (linux, mac)
  12. Nuxeo Drive - (Repo, Home, Docs) Cross-platform desktop synchronization client for the Nuxeo platform. (productivity, linux, windows, mac, console, appimage, lgpl, qt5)
  13. pgcli - (Repo, Home, PyPI) Interactive PostgreSQL client that does auto-completion and syntax highlighting. (linux, mac)
  14. s3ql - (Repo, Docs) A standards-conforming, full-featured UNIX filesystem for cloud-based storage services (S3, Google Storage, OpenStack), supporting compression, encryption, deduplication, snapshotting, and more. (linux)
  15. Seafile - (Repo, WP) Cross-platform file hosting and synchronization system. (server)
  16. sqlmap - (Repo, Home, PyPI, Docs) Automatic SQL injection and database takeover. (security, console)
  17. TahoeLAFS - (Repo, Home, WP) Decentralized cloud storage system for robust distributed data storage. (linux, windows, mac)
  18. WAL-E - (Repo) Continuous archiving of PostgreSQL WAL files and base backups. (linux)
  19. ZEO - (Repo, PyPI, Docs) Server and client providing ZODB-based storage over the network. (linux, server)
  20. ZFSp - (Repo) A reverse-engineered ZFS implementation, written in Python, without reading the original C. (linux)
  1. Airflow - (Repo, Docs) A platform to programmatically author, schedule and monitor workflows. (linux, server, corp, flask)
  2. Ajenti - (Repo, Home, PyPI, Docs) Web-base server admin panel for fast, extensible remote access, featuring a web terminal, text editor, file manager, and more. (server)
  3. Ansible - (Repo, Home, Docs) Agentless, playbook-based automation. (linux, mac, corp)
  4. aws-cli - (Repo, PyPI, Docs) Official command-line interface for Amazon Web Services. (console, py26)
  5. Beaker - (Repo, Home, Docs) Hardware integration testing system, used by RedHat to test compatiblity for RHEL and Fedora. (server, flask)
  6. Cobbler - (Repo, Home, WP) Linux installation server that allows for rapid setup of network installation environments. (linux, server)
  7. DCOS - (Repo, Home, WP, Docs) Management platform for hardware and software resources in datacenters, built on Apache Mesos. (server, corp)
  8. fail2ban - (Repo, Home, WP) Daemon to ban hosts that cause multiple authentication errors on Linux servers. (linux, server)
  9. Ganeti - (Repo) Virtual machine cluster management tool built on existing virtualization technologies such as Xen and KVM. (linux, server, haskell)
  10. Glances - (Repo, Home, Docs) A cross-platform top/htop alternative, providing an overview of system resources. (productivity, linux, windows, mac, server)
  11. Gunicorn - (Repo, Home, PyPI) Pluggable, pre-fork WSGI server, started as the counterpart to Unicorn. (server)
  12. Healthchecks - (Repo, Home, Docs) Web-based monitor for scheduled jobs (e.g., cron). (server, corp)
  13. Iris - (Repo, Home) Flexible automated incident paging system, developed by and used at LinkedIn. (server, corp)
  14. Nagstamon - (Repo, Home, Docs) Status monitor for the desktop, with support for Nagios, Icinga, Opsview, and more. (linux, windows, mac)
  15. NColony - (Repo, Home) Process manager and monitor. (linux, mac, server)
  16. netbox - (Repo, Docs) IP address management (IPAM) and data center infrastructure management (DCIM) tool, conceived at Digital Ocean. (server, django)
  17. nsupdate.info - (Repo, PyPI, Docs) Featureful dynamic DNS service, using the Dynamic DNS UPDATE protocol (RFC 2136) to update BIND and other major nameservers. (internet, server)
  18. Oncall - (Repo, Home) Calendar tool designed for on-call management and scheduling, developed by and used at LinkedIn. (server, corp)
  19. OpenStack - (Repo, Home, Docs) Cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, manageable through a web-based dashboard. (server, corp)
  20. Pulp - (Repo, Home, Docs) Platform for managing repositories of software packages and making it available to a large numbers of consumers. Developed and used by Red Hat. (server)
  21. Ralph - (Repo, Home, Docs) Simple and powerful Asset Management, DCIM, and CMDB system for the data center and back office. (server, django)
  22. RDPY - (Repo) An implementation of the Microsoft Remote Desktop Protocol built on Twisted, including applications for client use, MITM proxy, and Honeypot server. (security, linux, windows, server)
  23. Salt Stack - (Repo, Home) Automation for the management and configuration of any infrastructure or application at scale. (server, corp)
  24. Shinken - (Repo, Home) Shinken is a modern, Nagios-compatible monitoring framework, designed to scale for large environments. (server)
  25. SpaceSiren - (Repo, Docs) Honeypot management and alert system for AWS tokens, with a fully serverless architecture. (security, server)
  26. Spinnaker - (Repo, Home, WP, Docs) Continuous delivery platform developed for Netflix's deployment and management of applications in cloud environments. (server, corp)
  27. StackStorm - (Repo, Home) Rules- and event-driven operational automation for auto-remediation, security responses, troubleshooting, deployments, and more. (server, corp)
  28. Supervisor - (Repo, Home) Process manager and monitor. (linux, mac, server)
  1. BYOB (Build Your Own Botnet) - (Repo) Client-server framework (RAT and C2 server) for security researchers to build and operate basic botnets. (linux, windows, mac)
  2. CAPE - (Repo, Demo) Web application designed to automate malware analysis, succeeded by CAPEv2. (server)
  3. CAPEv2 - (Repo, Demo) Web application designed to automate malware analysis, with a goal of extracting payloads and configuration from uploaded artifacts. (server)
  4. Cowrie - (Repo, Home) Medium interaction SSH and Telnet honeypot designed to log brute force attacks and the shell interaction performed by the attacker. (server, corp)
  5. detect-secrets - (Repo) An enterprise-friendly CLI for auditing, detecting, and preventing secrets in code. (dev, linux, windows, mac)
  6. GRR Rapid Response - (Repo, Docs) Server-agent system focused on remote live forensics for quick, browser-based triage and analysis of attacks on fleets of machines, with agent support for Linux, Windows, and OS X. (server, corp)
  7. hosts - (Repo) Command-line application which merges reputable hosts files with deduplication for the purpose of blocking undesirable websites via DNS blackhole. (internet, linux, windows, mac)
  8. Hubble - (Repo, Docs) Modular security compliance client, providing on-demand profile-based auditing, alerting, and reporting. Originally designed for Adobe. (linux, windows, corp)
  9. Infection Monkey - (Repo, Home, Docs) Web-based tool for testing a datacenter's resiliency to perimeter breaches and internal server infection. (server)
  10. King Phisher - (Repo, Docs) Server-based phishing campaign toolkit, used to simulate real-world phishing attacks, with GTK-powered client application. (linux, windows, server)
  11. LinOTP - (Repo, Home, WP, Docs) Server supporting two-factor authentication with one-time passwords from several sources, from Yubikeys to SMS. (server)
  12. Maltrail - (Repo) Malicious traffic detection system with web-based monitoring. (linux, server)
  13. MITMproxy - (Repo, Home) Interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. (linux, windows, mac)
  14. MozDef - (Repo, Docs) Security incident automation with metrics and collaboration tools for defenders. (server)
  15. OpenSnitch - (Repo, Fund) GNU/Linux port of the Little Snitch application firewall. (linux, qt5)
  16. Passit - (Repo, Home, Docs) Password management server, providing storage services and group access control list features. (server)
  17. privacyIDEA - (Repo, Home, WP, Docs) A multi factor authentication server running on premises, supporting many different token types and allowing authentication via REST API, RADIUS, PAM, Windows Credential Provider, SAML, OpenID Connect. (server)
  18. Psono - (Repo, Home, Demo, Docs) Server-based password manager, built for teams. (productivity, server)
  19. Pupy - (Repo, Docs) Remote administration tool and post-exploitation framework, supporting Windows, Linux, Mac OS X, and Android targets. (linux, docker, server)
  20. PyEW - (Repo, Docs) Malware analysis tool, with support for hexadecimal viewing, disassembly, PE and ELF formats, plugins, and more. (console)
  21. RDPY - (Repo) An implementation of the Microsoft Remote Desktop Protocol built on Twisted, including applications for client use, MITM proxy, and Honeypot server. (ops, linux, windows, server)
  22. Recon-ng - (Repo, Home, Docs) Recon-ng is a full-featured reconnaissance framework providing a powerful environment to conduct open source web-based reconnaissance quickly and thoroughly. (linux)
  23. Searx - (Repo, Docs) Self-hosted metasearch engine, aggregating results from more than 70 services while avoiding tracking and profiling. (internet, server, flask)
  24. SpaceSiren - (Repo, Docs) Honeypot management and alert system for AWS tokens, with a fully serverless architecture. (ops, server)
  25. Spiderfoot - (Repo, Home, Docs) Reconnaissance tool that automatically queries over 100 public data sources to gather intelligence on IP addresses, domain names, e-mail addresses, names, and more. (linux, windows, mac, docker, server)
  26. sqlmap - (Repo, Home, PyPI, Docs) Automatic SQL injection and database takeover. (storage, console)
  27. sshuttle - (Repo, Docs) Transparent network proxy server that uses SSH to achieve VPN-like results, without requiring root access. (linux, mac)
  28. Thug - (Repo, Fund, PyPI, Docs) Low-interaction honeyclient designed to mimic the behavior of a web browser in order to detect and emulate malicious contents. (linux, mac)
  29. Universal Radio Hacker (URH) - (Repo) Wireless protocol investigator, with a focus on analyzing proprietary IoT communication. (linux, windows, mac)
  30. XSStrike - (Repo) Cross Site Scripting (XSS) detection suite equipped with multiple hand-written parsers, a payload generator, a fuzzing engine, and a performance-focused crawler. (console)
  1. asciidoc - (Repo) Text document format for writing notes, documentation, articles, books, slideshows, man pages & blogs. (console)
  2. doc2dash - (Repo, Home, PyPI) Extensible CLI-based Documentation Set generator intended for use with Dash.app and other compatible API browsers. (linux, mac)
  3. Gaphor - (Repo, Docs) Simple UML modeling tool designed for beginners. (graphics, linux, windows, mac, flatpak, gtk)
  4. Kuma - (Repo, Home, Docs) The platform powering the Mozilla Developer Network (MDN) (server, django)
  5. mkdocs - (Repo, Home, PyPI) Simple, customizable project documentation, with built-in dev server. (console)
  6. readthedocs.org - (Repo, Home, Docs) Continuous integration platform for building and hosting documentation. (server, django)
  7. Sphinx - (Repo, Home, PyPI) Documentation tool for interconnected bodies of authorship, from code documentation to books. Used by the official Python docs, and many other projects (not all of them Python). (console)
  1. Algojammer - (Repo, Demo) An experimental, proof-of-concept IDE to assist with algorithm-writing in a competition setting. (linux, windows, mac, tk)
  2. Black - (Repo, PyPI, Docs) Uncompromising automatic formatter for Python code. (console)
  3. Eric IDE - (Repo, Home) Python editor and IDE, based on Qt, integrating Scintilla editor control. (linux, windows, mac, qt5)
  4. Gedit - (Repo, WP) The default GNOME text editor makes extensive use of Python, in addition to C. (linux, c, gtk)
  5. Jupyter Notebook - (Repo, Home, WP) Web-based, extensible notebook environment for interactive computing. (linux, windows, mac)
  6. Komodo Edit - (Repo, Home, WP) Multi-language code editor, written in JS, Python, and C++, based on the Mozilla platform. (linux, windows, mac, cpp, js)
  7. Leo Editor - (Repo, Home, WP) Personal Information Manager (PIM), IDE, and outliner with a holistic approach to programming and writing. (linux, windows, mac, qt5)
  8. mu - (Repo, Home) A small, simple editor designed for beginner Python programmers. (linux, windows, mac, qt5)
  9. Ninja IDE - (Repo, Home, WP) Cross-platform Python IDE with project management, linting, extensions, and more. (linux, windows, mac, qt5)
  10. Pluma - (Repo) Small and lightweight UTF-8 text editor for the MATE environment. Based on gedit. (linux, c, gtk)
  11. ReText - (Repo, PyPI, Docs) Simple but powerful editor for Markdown and reStructuredText markup languages. (linux)
  12. Spyder IDE - (Repo, Home, WP) Scientific editing and execution environment designed by and for scientists, engineers, and data analysts using Python. (linux, windows, mac, qt5)
  13. Thonny - (Repo, Home, WP) Cross-platform Python IDE for beginners, designed for learning to code. (linux, windows, mac, tk)
  1. Conan - (Repo, Home, Docs) Decentralized package manager for binary package management, targeted at C/C++ developers. (linux, windows, mac)
  2. Conda - (Repo, Home, WP) OS-agnostic, system-level binary package manager and ecosystem, with a focus on Python and high-performance scientific computing. (linux, windows, mac, corp)
  3. dnf - (Repo, WP, Docs) Dandified YUM (DNF) is the successor to yum and works everywhere yum worked. (linux, corp)
  4. pip - (Repo, Home, WP, PyPI) Python's go-to package manager, with a wide range of features and platform support. (linux, windows, mac)
  5. pip-tools - (Repo) A set of command line tools to help you keep your pip-based packages fresh, even when you've pinned them. (linux, windows, mac)
  6. pipenv - (Repo, Docs) Wrapper around pip, virtualenv, and pip-tools for a more holistic package management workflow. (linux, windows, mac)
  7. Poetry - (Repo, Home, Docs) An independent approach to Python dependency management and packaging. (linux, windows, mac)
  8. Portage - (Repo, WP) Platform-agnostic Package management system created for and used by Gentoo Linux and also by Chrome OS, Sabayon, and Funtoo Linux. Inspired by FreeBSD ports. (linux)
  9. Solaris IPS - (Repo) Software delivery system backed by network repository, featuring safe execution for zones, use of ZFS for efficiency and rollback, preventing the introduction of invalid packages, and efficient use of bandwidth. (linux, corp)
  10. Spack - (Repo, Home, Docs) Language-independent package manager for supercomputers, Mac, and Linux, designed for scientific computing. (science, linux, mac)
  11. yum - (Repo, Home, WP) Automatic updater and package installer/remover for RPM-based systems (Fedora, RHEL, etc.). (linux, corp)
  1. Bandersnatch - (Repo) PyPI mirror client complying with PEP 381. (server, corp)
  2. devpi - (Repo, Docs) PyPI staging server, as well as a packaging, testing, release tool, complete with web and search interface. Like a local PyPI. (server)
  3. distro-tracker - (Repo, Demo, Docs) Web application designed to follow the evolution of a Debian-based distribution with email updates and a comprehensive web interface. Powers the Debian Package Tracker. (server)
  4. SweetTooth Web - (Repo, Home) The web store for extensions to the GNOME desktop environment, supporting adding and updating extensions directly from the browser. (server)
  5. Warehouse - (Repo, Fund, Docs) Server software that powers PyPI, where most Python libraries are downloaded from. (server, fnd)
  1. bitbake - (Repo, WP, Docs) Generic task execution engine that allows shell and Python tasks to be run efficiently and in parallel while working within complex inter-task dependency constraints. (linux)
  2. buildbot - (Repo, WP, Docs) Job scheduling system tailored to the needs of continuous integration and software packaging. (server)
  3. Buildout - (Repo, WP, Docs) Extensible deployment automation tool designed for application-centric assembly and deployment, as well as repeatable Python software builds. (linux, windows, mac)
  4. doit - (Repo, Home, Fund, Docs) Command-line task management and automation tool, with directives written in Python. (linux, windows, mac)
  5. GYP - (Repo, Home, WP) AKA 'Generate Your Projects', a build system that generates other build systems. (linux, windows, mac)
  6. JHBuild - (Repo, Home, gh, Docs) Tool designed to ease building collections of packages, originally written to build the GNOME desktop from sources. (linux)
  7. Meson - (Repo, Home) Build system designed for speed and user-friendliness. (linux, windows, mac)
  8. Pants - (Repo, Home) Build system designed for monolithic repositories. (linux, mac, corp)
  9. PlatformIO Core - (Repo, Home, Fund, PyPI, Docs) Multiplatform CLI build system and library manager for IoT development. (linux, windows, mac)
  10. redo - (Repo, PyPI, Docs) A recursive, general-purpose build sytem, replacing make with original design by DJB. (linux, windows, mac, console)
  11. SCons - (Repo, Home, WP) Domain-specific language and build tool, designed to replace Make, autoconf, and ccache. (linux, windows, mac)
  12. Snapcraft - (Repo, Home, Docs) A command-line tool to package, distribute, and update apps for Linux and IoT using containerization, developed by Canonical. (linux)
  13. Waf - (Repo, Home, WP, Docs) Cross-platform build system designed to improve on SCons. (linux)
  1. Ergonomica - (Repo, Docs) Cross-platform shell language based on S-expressions combined with traditional shell features. (linux, windows, mac)
  2. Oil - (Repo, Home) A new bash- and dash backwards-compatible shell, with an improved language of its own. (linux)
  3. Xonsh - (Repo, Home) Cross-platform shell language and command prompt. The language is a superset of Python 3.4+ with additional shell primitives. (linux, windows, mac)
  1. asciinema - (Repo, Home) Terminal session recorder and replayer. (linux, mac)
  2. autojump - (Repo) A cd with many heuristics to speed up console filesystem navigation. (console)
  3. coala - (Repo, Home, PyPI) Unified command-line interface for linting and fixing code, regardless of programming language. (console)
  4. Cookiecutter - (Repo, PyPI, Docs) Utility for creating new projects from shareable templates. (console)
  5. Cython - (Repo, Home, PyPI, Docs) Language and compiler designed for high-performance Python and C interoperability. (linux, windows, mac)
  6. detect-secrets - (Repo) An enterprise-friendly CLI for auditing, detecting, and preventing secrets in code. (security, linux, windows, mac)
  7. Dispatch - (Repo, Blog, Docs) Incident management service featuring integrations for notifications and task management. Used at Netflix. (internet, server, calver, corp, fastapi)
  8. Docker Compose - (Repo, Docs) Docker Compose is a tool for defining and running multi-container Docker applications. (linux, windows, mac, corp)
  9. doitlive - (Repo, PyPI, Docs) Tool for live presentations in the terminal. (linux, mac)
  10. DrawBot - (Repo, Home, WP) A powerful programmatic 2D drawing application for MacOS X which generates graphics from Python scripts. (graphics, education, mac)
  11. explainshell.com - (Repo, Home) A web-based tool to match command-line arguments to their man pages and help text. (education, server, flask)
  12. gdbgui - (Repo, Home, PyPI) Browser-based frontend for gdb. (linux, windows, mac)
  13. GNS3 GUI - (Repo, Home, PyPI, Docs) Graphical Network Simulator used to emulate, configure, test and troubleshoot virtual and real networks. (Backed by server component here.) (linux, windows, mac)
  14. howdoi - (Repo, PyPI) Instant coding answers from StackOverflow on your command line. (console)
  15. httpie - (Repo, Home, PyPI) Command-line HTTP client with JSON support, syntax highlighting, wget-like downloads, extensions, and more. (internet, linux, windows, mac)
  16. IPython - (Repo, PyPI, Docs) Set of enhancements to Python, wrapping it for richer interactivity. (console)
  17. LocalStack - (Repo, Home, PyPI) Self-hostable version of many AWS services, including S3, Route53, Lambda, Redshift, and much more, designed for testing cloud-centric code. (server)
  18. Locust - (Repo, Home, Docs) Scalable user load testing tool for web sites, featuring an interactive web interface. (server)
  19. MLflow - (Repo, Home, Docs) Integrated command-line application and web service, supporting an end-to-end machine-learning workflow around tracking, packaging, and deploying. Developed by Databricks. (ai, organization, linux, mac, corp)
  20. PathPicker - (Repo, Home) Shell utility to interactively select paths from the output of other commands. (linux, mac)
  21. PeachPy - (Repo) Highly portable assembler with unified syntax, sporting an extensive user list, including many cryptography libraries for Go. (linux, windows)
  22. PINCE - (Repo) Debugging frontend for GDB focused on reverse engineering video games. (linux, qt5)
  23. Plinth - (Repo, Home, Docs) The core functionality and web front-end of FreedomBox, an easy-to-manage, privacy-oriented home server. (linux, server)
  24. Polyaxon - (Repo, Home, Docs) A web-based platform for reproducible and scalable machine learning experiment management and metrics-tracking, based on kubernetes, with support for TensorFlow, PyTorch, Keras, and many more. (ai, server)
  25. PPCI - (Repo, Demo, gh, PyPI, Docs) The Pure Python Compiler Infrastructure is a compiler written entirely in Python, containing front-ends for various programming languages (C, c3, WebAssembly, and others) as well as machine code generation backends for various CPUs (6500, arm, avr, x86_64, openrisc, among others). (linux, windows, mac)
  26. pre-commit - (Repo, Home, PyPI) A framework for managing and maintaining multi-language git hooks. (linux, windows, mac)
  27. RedHat Anaconda - (Repo, Docs) Installation program used by Fedora, Red Hat Enterprise Linux, and other Linux distributions. (linux, gtk)
  28. Robot Framework - (Repo, Home, PyPI) Generic, cross-platform, and language-independent automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA). Extensible in Python and Java. (console)
  29. ScratchABit - (Repo) Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API. (linux, tui)
  30. Script Server - (Repo, Demo, Docs) Turn scripts into interactive, validated, authenticated, auditable web UIs, without modifying the scripts. (server)
  31. Sentry - (Repo, Home) Web service and frontend for cross-platform application monitoring, with a focus on error reporting. (server, corp, django)
  32. Socorro - (Repo, Docs) Web service for collecting crash statistics from Mozilla products, including Firefox, Thunderbird, and others. (server)
  33. Taiga - (Repo, Home, Docs) Web application built for managing projects with agile development processes. (organization, server, django)
  34. Thumbor - (Repo, Home, Docs) Photo thumbnail service with resizing, flipping, and smart cropping of images. (graphics, server)
  35. Ubiquity - (Repo, WP) The default installer for Ubuntu and its derivatives, designed to be run from Live CD or USB. (linux, gtk, qt)
  36. Voltron - (Repo) Extensible debugger wrapper aiming to improve the user experience of various debuggers, such as LLDB, GDB, and WinDbg. (linux, windows, mac)
  37. YunoHost - (Repo, Home, Docs) Server operating system based on Debian Linux aiming to make self-hosting accessible to as many people as possible, with support for several types of hardware. (linux, server)
  1. CourtListener - (Repo, Home, WP) Web application which provides a graph-based search interface and API with 900,000 minutes of oral argument recordings, more than eight thousand judges, and more than three million opinions. Also powers RECAP search. (server)
  2. Guake - (Repo, Home, PyPI) Drop-down terminal for GNOME, reminiscent of first-person game command consoles. (linux, gtk)
  3. Home Assistant - (Repo, Home, Demo, Docs) Home automation platform that puts local control and privacy first. (linux)
  4. JARVIS on Messenger - (Repo, Home) Facebook Messenger bot with a wide assortment of features. (server)
  5. NFO Viewer - (Repo, Home) A simple viewer for NFO files and the ASCII art therein, with preset fonts, encodings, automatic window sizing, and clickable hyperlinks. (graphics, linux, windows)
  6. Nicotine+ - (Repo) Graphical desktop client for the Soulseek peer-to-peer system. (linux, windows, gtk)
  7. Nimbus - (Repo, Home) Infrastructure-as-a-Service platform geared toward scientific cloud computing. (linux)
  8. OpenLP - (Repo, Home) Presentation software geared toward church usage. (linux, windows, mac, qt5)
  9. qtile - (Repo, Home) A small, flexible, scriptable tiling window manager. (linux)
  10. uMap - (Repo, Docs) Web application allowing users to create maps with OpenStreetMap layers and embed it on other sites. (server)
  11. Wammu - (Repo, Home) GUI phone manager with read/write support for contacts, todo, calendar, SMS, and more, primarily designed for Nokia and AT-compatible phones. (linux, windows)
  12. Wicd - (Repo, Home, WP) Graphical utility for managing wired and wireless connections on Linux. (linux, gtk)
  13. Xpra - (Repo, Home) Cross-platform remote display server and client for forwarding applications and desktop screens. (linux, windows)

Conclusion

If you have a project to add, please let us know!

awesome-python-applications's People

Contributors

ayoubimaya avatar berezovskyi-oleksandr avatar bobotig avatar cam-barts avatar cameroncairns avatar cingeyedog avatar cornelinux avatar daniel-mietchen avatar daphipz avatar farleykr avatar fazel94 avatar hynek avatar itsayellow avatar maebert avatar mahmoud avatar mcgyver5 avatar moshez avatar ngtvspc avatar oussamabouchareb avatar pawamoy avatar pyguy2 avatar quobit avatar romankornev avatar sepandhaghighi avatar simonsolberg avatar smetsjp avatar tdh8316 avatar thiagoalmeidasa avatar uyar avatar xmatthias avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-python-applications's Issues

Add project: privacyIDEA

Basic info

Application name: privacyIDEA
Application repo link: https://github.com/privacyidea/privacyidea
Application home link: https://privacyidea.org
Application description: https://privacyidea.readthedocs.io

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info

prominent users:

  • W3C
  • ##reducted##...

Add project: Lucas Chess

Basic info

Application name: Lucas Chess
Application repo link: https://github.com/lukasmonk/lucaschess
Application home link: http://lucaschess.pythonanywhere.com/
Application description: Gui of chess, for playing and training

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • [X ] Free software with an online source repository.
  • [ X] Using Python for a considerable part of their functionality.
  • [ X] Well-known, or at least prominently used in an identifiable niche.
  • [ X] Maintained or otherwise demonstrably still functional on relevant platforms.
  • [ X] An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info


Possibly miscategorized projects

Not sure if you'd find this helpful, let me try.

Dev - > Other Dev projects is overbroad of course.

Blame me, but IPython and Jupyter Notebook are more close to "IDE" than to "other". Yeah, that a peculiar kind of IDE, but not everything should look and feel like TurboPascal 1.0, right? ;-)

Sage Math - Dev/Other Dev, really? That's clear Science.

Actually, I'm looking into this considering what would happen if I'd like to submit my cute piece https://github.com/pfalcon/ScratchABit/ . I'd have to shove it under "Security", and I'd hate that ;-).

Add project: SOFA statistics

Basic info

Application name:
SOFA Statistics
Application repo link:
https://code.launchpad.net/sofastatistics
Application home link:
http://www.sofastatistics.com/home.php
Application description:
SOFA is a user-friendly statistics, analysis, & reporting program. It is free, with an emphasis on ease of use, learn as you go, and beautiful output.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • (maybe) Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Additional notability info

Cross platform, with windows, mac installers. Linux .deb and other installers.

Project claims 275,000 downloads

Invalid repo url for GNU Solfege

Hi @mahmoud !

I got started on the h-index/altmetric investigation we discussed on reddit: https://github.com/ttymck/pycite

In doing so, I noticed GNU Solfege is listed with a repo URL of:
http://git.savannah.gnu.org/cgit/solfege.git

When I try to clone that (using gitpython), it throws this error:

git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
  cmdline: git clone --branch=master -v http://git.savannah.gnu.org/cgit/solfege.git /home/tkontra551/.cache/pycite/GNU Solfege
  stderr: 'Cloning into '/home/$USER/.cache/pycite/GNU Solfege'...
fatal: repository 'http://git.savannah.gnu.org/cgit/solfege.git/' not found

This appears to be the proper git repo URI for the project:
https://git.savannah.gnu.org/git/solfege.git/

Wrong program listed (Kinto under the Security section)

Kinto is listed under the Security section with the description "Multi-platform remote administration tool and post-exploitation framework." This is not a correct description of Kinto. From the description, I'd guess that Pupy is supposed to be listed in that spot.

Add project: Aboghazala/Hanash

Basic info

Application name:
Hanash

Application repo link:
https://github.com/Aboghazala/Hanash

Application home link:
https://github.com/Aboghazala/Hanash

Application description:
a general purpose multi-connections download manager based on python, pycurl, youtube_dl, and pysimplegui

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info

It's amazing to use. As soon as I copy a YouTube link in my browser, the program picks it up and begins downloading. It's SUPER well polished. GUIs are rare-ish in Python. This one is multi-windowed with lots of stuff going on. Impressive looking.


Add project: gita

Basic info

Application name: gita
Application repo link: https://github.com/nosarthur/gita
Application home link: https://github.com/nosarthur
Application description: A command line tool to manage multiple git repos

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info

  • installation: pip3 install -U gita
  • screenshot: gita screenshot
  • features
    • execute git command/alias from any working directory
    • display various repo information for multiple git repos side by side
  • over 500 stars on github

One more thing

Since you've made it this far, why not consider filing a PR?

If your suggestion is a GitHub project, it's as easy as adding 2-3
lines to the projects.yaml file. There are comments and plenty of
examples in the file. Here's an edit link.

No pressure or anything, feel free to smack that submit button, too! Thanks again!

-->

Add project: json-streamer

Basic info

Application name: json-streamer
Application repo link: https://github.com/kashifrazzaqui/json-streamer
Application home link: https://github.com/kashifrazzaqui/json-streamer
Application description: A fast streaming JSON parser for Python that generates SAX-like events using yajl

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info


Add project: Adventures of Dude in the Top-Down World

Basic info

Application name: Adventures of Dude
Application repo link: https://github.com/diguifi/Dude-TopDown
Application home link:
Application description: A game made in Python using PyGame. The game explores the differences between basic finite state machines AI versus a more complex AI based on genetic algorithms.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info


Add project: Polyaxon

Basic info

Application name: Polyaxon
Application repo link: https://github.com/polyaxon/polyaxon
Application home link: https://docs.polyaxon.com
Application description: A platform for reproducible and scalable machine learning and deep learning on kubernetes.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info

Polyaxon is used by several startups and Fortune 500 companies, it is also used at several academic and research institutions.

Add project: borg (actively developed fork (and de-facto successor) of attic

Basic info

Application name: BorgBackup
Application repo link: https://github.com/borgbackup/borg
Application home link: https://www.borgbackup.org/
Application description: Cited from their Github page: BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption. The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
    Well, the majority of the code is written in C - but still, I would say 36% is a considerable part. If you are not interested in putting borg in the list, please consider removing attic however, because it is no longer actively developed (the latest commit on their github is from May 2015).
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html


I am also filing a pull request to this issue.

Add project: Beaker (Linux hardware integration testing)

Basic info

Application name: Beaker
Application repo link: https://git.beaker-project.org/cgit/beaker/tree/
Application home link: https://beaker-project.org/
Application description: Hardware integration testing system for Fedora & RHEL

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Additional notability info

It's biggest claim to fame is that it's the compatibility testing system for RHEL :)

Mu

I see mu in the YAML file, but it's somehow missing in the output.

Add project: Lutris

Basic info

Application name: Lutris
Application repo link: https://github.com/lutris/lutris
Application home link: https://lutris.net/
Application description: Lutris is an open source gaming platform that makes gaming on Linux easier by managing, installing and providing optimal settings for games.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info


Add project: CherryTree

Basic info

Application name: CherryTree
Application repo link: https://github.com/giuspen/cherrytree
Application home link: https://www.giuspen.com/cherrytree/
Application description: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info

Add project: themstates

Basic info

Application name: themstates
Application repo link: https://github.com/kashifrazzaqui/themstates
Application home link: https://github.com/kashifrazzaqui/themstates
Application description: A succinct but expressive state machine library

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info


Mylli Instant Email Cli tool

Basic info

Mylli:
Mylli:
https://pypi.org/project/mylli/:
Instant Email cli tool:

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info


Add project: Signalum Desktop

Basic info

Application name: Signalum Desktop
Application repo link: https://github.com/bisoncorps/signalum-desktop
Application home link: https://bisoncorps.github.io/signalum-desktop
Application description: A PyQt5 application built to aid in real time monitoring of wireless devices

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info


Add project: Abilian SBE

Basic info

Application name: Abilian SBE (Social Business Engine)
Application repo link: https://github.com/abilian/abilian-sbe
Application home link: https://github.com/abilian/abilian-sbe (same)
Application description: Abilian SBE (Social Business Engine) is a platform for social business applications, and more specifically collaborative / enterprise 2.0 business applications, such as enterprise social networks (ESN). Abilian SBE revolves around the concept of communities, which are collaborative spaces with services such as lightweight document management, discussions, wikis, user timelines, etc.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info

Currently used as an intranet by non-profit organisations such as AFPC, CNLL (French Council for Free / Open Source Software), Systematic Paris-Region, Aquinetic, etc.

Trawl AlternativeTo

AlternativeTo is a great, semi-structured resource for finding applications. I'd like to go down the list of some of the best-in-class open-source options and see how many are Python, to make sure they're on the list. I've already found a decent number, but there's much more research to be done.

Add project : game | Cows and Bulls game

Basic info

Cows and Bulls game
https://github.com/god-s-perfect-idiot/Cows-and-Bulls

This is a turn based two player game that relies mostly on the anaytic skills of the players wherein one player figures out the number guessed by the other before the other one does.

Runs using pygame.

Application name:
Application repo link:
Application home link:
Application description:

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info


Add project: Script server (web UI for scripts)

Basic info

Application name: Script server
Application repo link: https://github.com/bugy/script-server
Application home link: https://github.com/bugy/script-server/wiki
Application description: the main responsibility of the tool is to provide web UI for scripts (python, bash, powershell, etc.). Additionally there is authentication, auditing, alerting, etc.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

In comparison to existing well-known projects with similar functionality (e.g. ansible, rundeck, jenkins) Script server is oriented on simplicity for the end user and interactivity.

One more thing

Would be happy to submit a PR if the project is accepted :)

Cute "development" projects: PPCI and ScratchABit

Please consider include cute @windelbouwman 's project: https://github.com/windelbouwman/ppci-mirror "Pure Python Compiler Infrastructure: A compiler for ARM, X86, MSP430, Xtensa, WebAssembly and more implemented in pure Python".

If you do, please also consider including my cute piece https://github.com/pfalcon/ScratchABit/ "Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API"

Sorry for not filling in your cute questionnaire (it really sucks that I didn't). The only excuse is that there's not so many Python projects which cover those parts of software development as those 2 projects do.

Thanks!

Add project: pydance

Basic info

Application name: pydance
Application repo link: https://icculus.org/pyddr/download.php#source
Application home link:https://icculus.org/pyddr/
Application description: A Python implementation of the game "Dance Dance Revolution"

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info

This game is old, but it used to be popular as an open-source Linux alternative to similar Windows-based games (such as StepMania). Uses the pygame library and SDL for rendering. Supports hardware game controllers. Package dependencies were available for Debian and Gentoo, and one release for Slackware.

Now made obsolete by StepMania's support for Linux, and probably that not a lot of people play this game anymore. Subversion repository seems to be missing but the last source code release is still available for download.


GitHub trawl

Include License in App Information

I noticed while filling in the descriptions that we don't provide the license info for each app. Any objections to including that as well?

Add project: realtimefunc

Basic info

Application name:realtimefunc
Application repo link:https://github.com/Graywd/realtimefunc
Application home link:https://pypi.org/project/realtimefunc/
Application description:A decorator is used to update a function at runtime to easy correct code in development without restart server.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Add project: git-cola

Basic info

Git Cola:
https://github.com/git-cola/git-cola:
https://git-cola.github.io/:
A sleek and powerful graphical user interface for Git:

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Add project: Home Assistant

Basic info

Application name: Home Assistant
Application repo link: https://github.com/home-assistant/home-assistant
Application home link: https://www.home-assistant.io/
Application description: Open source home automation that puts local control and privacy first.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info

Application demo link: https://demo.home-assistant.io
Application documentation link: https://www.home-assistant.io/docs/


Add project: Orange

Basic info

Application name: Orange
Application repo link: https://github.com/biolab/orange3
Application home link: https://orange.biolab.si
Application description: Orange: Interactive data analysis

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Note that installability via pip/PyPI and a developer-audience focus
may warrant a higher standard for inclusion, in keeping with the
spirit of the list:
http://sedimental.org/awesome_python_applications.html

Additional notability info


License tags

As mentioned in #3, if you look at the tagsonomy section, we've got plans to include license information in the tags of each project entry. This is more a survey than anything else, as all the packages need to be open-source in some form, but I think it will be interesting.

Uhub Trawl

Another "Awesome Python". Not this one, but this one. Apparently somewhat autoupdated or something. Anyways, most of these still need vetting:

https://github.com/stefanoborini/vai
https://github.com/satanas/Turpial
https://github.com/ggaughan/pipe2py
https://github.com/shuge/zbox_wiki
https://github.com/stamparm/maltrail
https://github.com/micahflee/onionshare
https://github.com/freedomofpress/securedrop
https://github.com/openpaperwork/paperwork
https://github.com/asweigart/pyautogui
https://github.com/dcos/dcos
https://github.com/QingdaoU/OnlineJudge
https://github.com/cdhigh/KindleEar
https://github.com/smicallef/spiderfoot
https://github.com/nyaadevs/nyaa
https://github.com/ab77/netflix-proxy
https://github.com/mozilla/MozDef
https://github.com/tdryer/hangups
https://github.com/pirate/ArchiveBox
https://github.com/danmacnish/cartoonify
https://github.com/healthchecks/healthchecks
https://github.com/mfitzp/15-minute-apps
https://github.com/python-diamond/Diamond
https://github.com/pyload/pyload
https://github.com/pinry/pinry
https://github.com/k4m4/kickthemout
https://github.com/graphite-project/carbon
https://github.com/nathanlopez/Stitch
https://github.com/nickstenning/honcho
https://github.com/modoboa/modoboa
https://github.com/Ultimaker/Cura
https://github.com/DataDog/dd-agent
https://github.com/TailorDev/Watson
https://github.com/django-wiki/django-wiki
https://github.com/Netflix/lemur
https://github.com/keredson/gnomecast
https://github.com/scottlawsonbc/audio-reactive-led-strip
https://github.com/flipkart-incubator/Astra
https://github.com/Miserlou/SoundScrape
https://github.com/palantir/python-language-server
https://github.com/twintproject/twint
https://github.com/mistio/mist-ce
https://github.com/thp/urlwatch
https://github.com/pallets/flask-website
https://github.com/buckket/twtxt
https://github.com/muammar/mkchromecast
https://github.com/ioam/holoviews
https://github.com/Marten4n6/EvilOSX
https://github.com/wger-project/wger
https://github.com/vyapp/vy
https://github.com/EdjoLabs/image-match
https://github.com/python/pythondotorg
https://github.com/pyfa-org/Pyfa
https://github.com/mediadrop/mediadrop
https://github.com/threat9/routersploit
https://github.com/rhiever/datacleaner
https://github.com/an0/Letterpress
https://github.com/cdubz/babybuddy
https://github.com/zatosource/zato
https://github.com/bookieio/Bookie
https://github.com/seomoz/shovel
https://github.com/EmpireProject/EmPyre
https://github.com/richrd/suplemon
https://github.com/mschwager/dhcpwn
https://github.com/agschwender/pilbox
https://github.com/tsileo/bakthat
https://github.com/jwkvam/bowtie
https://github.com/requests/httpbin
https://github.com/Scifabric/pybossa
https://github.com/jleclanche/fireplace
https://github.com/closeio/tasktiger
https://github.com/josauder/procedural_city_generation
https://github.com/mattmakai/underwear
https://github.com/persepolisdm/persepolis
https://github.com/cython/cython
https://github.com/asciinema/asciinema
https://github.com/getredash/redash
https://github.com/wifiphisher/wifiphisher
https://github.com/donnemartin/interactive-coding-challenges
https://github.com/donnemartin
https://github.com/sqlmapproject/sqlmap
https://github.com/docker/compose
https://github.com/orakaro/rainbowstream
https://github.com/apache/incubator-superset
https://github.com/pimutils/khal
https://github.com/n1nj4sec/pupy
https://github.com/rtfd/readthedocs.org
https://github.com/s0md3v/Photon
https://github.com/MrS0m30n3/youtube-dl-gui

Add project: Ralph (asset management system)

Basic info

Application name: Ralph
Application repo link: https://github.com/allegro/ralph
Application home link: https://ralph.allegro.tech/
Application description: Assets Management System
for Data Center and Back Office

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Additional notability info

While doing a survey of potential asset management tools a few years back, Ralph and the PHP OpenDCIM were basically the only open source options that came up - the other candidates were generally proprietary ones from hardware or operating system vendors.

Add project: conan

Basic info

Application name: Conan
Application repo link: https://github.com/conan-io/conan
Application home link: https://conan.io/
Application description: Decentralized, open-source (MIT), C/C++ package manager.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

More programs

I heard about this project on your TestandCode interview.

Here are some other python apps:

  • mu editor - (Home, Repo)a simple Python editor for beginner programmers.
  • Friture - (Home, Repo) application to visualize and analyze live audio data in real-time.
  • gPodder - (Home) a simple, open source podcast client written in Python using GTK+.
  • Camelot - (Blog Repo) a Python Library to Extract Tabular Data from PDFs
  • livepython - (Repo) Watch your Python run like a movie.
  • nbgrader - (Repo) A system for assigning and grading Jupyter notebooks; see command line tools

Non-Pure Python

  • GIMP - (Home, Ext. Docs) Open Source Image Editor
  • Dropbox (Home) - desktop backup tool

CI for automatic YAML validation

Right now I just merge PRs and fix up quirky YAML, but it would be nice if generate_docs.py actually got run by Travis and posted back. Opens the door to more validation around duplicates and such, too.

Add project: Iris & Oncall

Basic info

Application name: Iris & Oncall
Application repo link: https://github.com/linkedin/iris and https://github.com/linkedin/oncall
Application home link: https://iris.claims/ and https://oncall.tools/
Application description: Iris is used for multi-step pager escalations for incidents that arise during a company's monitoring. Oncall is a calendar app used for coordinating employee oncall schedules. They work together to function in the same niche and accomplish a similar goal as commercial tools like Pagerduty.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • [*] Free software with an online source repository.
  • [*] Using Python for a considerable part of their functionality.
  • [*] Well-known, or at least prominently used in an identifiable niche.
  • [*] Maintained or otherwise demonstrably still functional on relevant platforms.
  • [*] An application, not a library or framework.

Additional notability info

These two tools are used extremely intensively within Linkedin (hundreds of incidents per day) and were open sourced early 2017. A talk was given at Monitorama in PDX in 2017. Both seem to fall under the "Communication" category.

Please add NBGrader to Education

nbgrader is a Jupyer extension that lets Educators create, assign and grade assignments as Jupyter notebooks. Grading can be any mix of automatic marking, manual marking and manual annotation. Assignments can be created, assigned, performed, submitted, managed and graded from within Jupyter notebooks and can require the student to perform coding tasks in languages supported by Jupyter. Command line tools offer an efficient way for the instructor to generate, assign, release, collect, and grade notebooks.

Repo: https://github.com/jupyter/nbgrader
Docs: https://nbgrader.readthedocs.io/en/stable/
Licence: 3-Clause BSD

Target Python version tags

There's a fair amount of diversity in the version of Python used by these applications. The survey information alone is interesting, but maybe there's also an opportunity here to direct some of the energies of die-hard py3 converters toward applications looking for help to make the upgrade.

Suggested tag scheme: py2, py3, py23 (for apps that support both), maybe pypy/pypy3/jython if we find any. Testimony from a readme is fine, we don't need to run every app to confirm.

Add project: Quokka CMS

Basic info

Application name: Quokka CMS
Application repo link: https://github.com/rochacbruno/quokka
Application home link: http://quokkaproject.org/
Application description: A lightweight framework to build CMS (Content Management System) as websites, portals, blogs, applications and anything related to publishing content to the web.

Qualifications

There are a ton of great Python projects out there, but what makes an
application "Awesome™"? Please check that all of the following criteria apply:

  • Free software with an online source repository.
  • Using Python for a considerable part of their functionality.
  • Well-known, or at least prominently used in an identifiable niche.
  • Maintained or otherwise demonstrably still functional on relevant platforms.
  • An application, not a library or framework.

Additional notability info


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.