Open Source Python Productivity Software

Python Productivity Software

View 1300 business solutions

Browse free open source Python Productivity Software and projects below. Use the toggles on the left to filter open source Python Productivity Software by OS, license, language, programming language, and project status.

  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

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

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

    Open Notebook

    An Open Source implementation of Notebook LM with more flexibility

    Open Notebook is an open-source, privacy-focused alternative to Google’s Notebook LM that gives users full control over their research and AI workflows. Designed to be self-hosted, it ensures complete data sovereignty by keeping your content local or within your own infrastructure. The platform supports 16+ AI providers—including OpenAI, Anthropic, Ollama, Google, and LM Studio—allowing flexible model choice and cost optimization. Open Notebook enables users to organize and analyze multi-modal content such as PDFs, videos, audio files, web pages, and Office documents. It combines full-text and vector search with context-aware AI chat to deliver insights grounded in your own research materials. With advanced features like multi-speaker podcast generation, customizable content transformations, and a comprehensive REST API, Open Notebook provides a powerful and extensible research environment.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 2
    KeyParaStocX

    KeyParaStocX

    Set styles to words and create a Table of Contents in a click

    KeyParaStocX (Keyword-based Paragraph Styling and Table of Contents eXtension) is a LibreOffice/Apache OpenOffice/OpenOffice.org extension that searches for the configured keywords in a text, changes their style and builds a Table of Contents for them, up to 7 levels. The keywords and their target styles can be configured by the users and used for every document they open. The extension integrates into Writer options and is independent of the operating system (should work on all). See the project homepage https://keyparastocx.sourceforge.io and the project Wiki in the menu above.
    Downloads: 111 This Week
    Last Update:
    See Project
  • 3
    Zulip

    Zulip

    Powerful open source team chat application

    Zulip is a powerful open source group chat application that combines the immediacy of real-time chat with the productivity benefits of a threaded conversation model. Zulip’s unique threading model allows users to easily catch up on important conversations, helping to save time and increase productivity.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    wger

    wger

    Self hosted FLOSS fitness/workout, nutrition and weight tracker

    wger Workout Manager is a free and open web application that manages your exercises, routines and nutrition. It started out as a personal project to replace my growing collection of spreadsheets but has turned into something that other people may find useful. You can create and manage flexible training routines for whatever goals you have. Select exactly what exercises you are going to do and how many repetitions, time or distance you want to do. You can also combine different workouts in the same program. Create your personal diet plan by creating as many meals with as many different ingredients as you need. The application will calculate the nutritional values ​​(total energy, proteins, carbohydrates, etc.) of the entire plan and of each of the meals. Enter the weights and reps you've done for each exercise to generate diagrams that let you see at a glance how well you're doing. Of course, the raw numbers are still accessible.
    Downloads: 2 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    Intention Repeater MAX

    Intention Repeater MAX

    Repeating your Intentions to aid in manifestation

    Please see the README.txt. The ServitorConnect 4443 and Python Daemon and Intention Repeater Android are better because repeating once-per-hour is better than millions of times per second (or even 3Hz). The archive bundle includes binaries and source code for: MAX and Simple Intention Repeaters CUDA version for Windows/Linux Memory Frequency Generator Multi-Format to WAV Repeater Android app Sourcecode File/Image Writers Nesting Files Creator Prayer Wheel Spiritual Chat Tarot WiFi Broadcast Whether you're seeking to manifest abundance, enhance your spiritual journey, or promote overall well-being, Intention Repeater MAX empowers you to harness the incredible strength of intention repetition. Compatible with Windows, macOS, and Linux. Download now and experience the life-changing benefits for yourself! 🙌
    Downloads: 17 This Week
    Last Update:
    See Project
  • 6
    LoLLMs Hub Fortress

    LoLLMs Hub Fortress

    A proxy server for multiple ollama instances with Key security

    LoLLMs Hub Fortress is a high-performance AI orchestration platform designed to unify multiple large language model backends into a single, secure, and scalable API layer. It acts as a central gateway that connects different inference engines such as Ollama, llama.cpp, vLLM, and OpenAI-compatible services, allowing them to function as interchangeable compute nodes within one system. The architecture is built around a hierarchical “master and slave” hub model, enabling distributed deployments where multiple machines or clusters can be managed through a single entry point. This design allows organizations to scale horizontally, combining local hardware, cloud resources, and specialized inference servers into a unified infrastructure. LoLLMs Hub also introduces intelligent routing mechanisms that automatically select the most appropriate model based on rules such as priority, load balancing, or availability, improving efficiency and reliability.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    MyPy

    MyPy

    Optional static typing for Python

    mypy is a static type checker for Python that analyzes source code without executing it, catching type errors early in development. It implements PEP 484-style type hints and supports gradual typing, allowing untyped or partially typed modules to coexist with statically typed code. The tool integrates with common editors and CI systems, and offers a daemon mode for fast, incremental checks across large codebases. Advanced configuration via mypy.ini or pyproject.toml enables per-module strictness, plugin hooks for popular libraries, and fine-grained control of inference and error reporting. Documentation covers everything from newcomer guides to strict mode recipes and release notes. The ecosystem includes typed stubs, third-party plugins, and broad community support that makes mypy a default choice for large Python projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    word_cloud

    word_cloud

    A little word cloud generator in Python

    A little word cloud generator in Python. The code is tested against Python 2.7, 3.4, 3.5, 3.6 and 3.7. If you are using conda, you can install from the conda-forge channel. wordcloud depends on numpy and pillow. To save the wordcloud into a file, matplotlib can also be installed. If there are no wheels available for your version of python, installing the package requires having a C compiler set up. Before installing a compiler, report an issue describing the version of python and operating system being used. The wordcloud_cli tool can be used to generate word clouds directly from the command-line. If you're dealing with PDF files, then pdftotext, included by default with many Linux distribution, comes in handy. Use wordcloud_cli --help so see all available options. The wordcloud library is MIT licenced, but contains DroidSansMono.ttf, a true type font by Google, that is apache licensed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    wordle

    wordle

    Create a wordcloud for a Git repository

    Create a wordcloud for a Git repository. Can also create wordclouds from directories of source files or a single source file. wordle uses tox to automate testing and packaging, and pre-commit to maintain code quality. Tests are run with tox and pytest. To run tests for a specific Python version, such as Python 3.6. The documentation is powered by Sphinx. A local copy of the documentation can be built with tox. Type annotations are checked using mypy. Run mypy using tox.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Helal Linux

    Helal Linux

    An Ubuntu based GNU/Linux system, suited for Muslim users.

    Helal Linux is an Ubuntu based distribution , it is main goal is to provide a modern, cool, and a stable Linux OS with a pre-installed system settings and software, supporting both Arab and Muslim users with many new features. The word "Helal" is an Arabic word meaning "Crescent" and translated literati from Arabic to English, it has nothing to do with "Halal" which is a something that you can do in Islam.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    Reminder

    Reminder

    A simple reminder application

    A simple reminder application to remind the users in a specified time interval given by the user. The reminding functionality will happen in two ways. 1. Remind Once: When user inputs the time in minutes and then click on "Remind Once", user will be reminded with a short sound after the specified time interval once. 2. Remind Continuously: When user inputs the time in minutes and then click on "Remind Continuously", user will be reminded with a short sound after every time interval specified continuously until the application is closed. Supported OS: Windows Usage: This is a portable application. Installation is not required. Just download and run it. Note: False Positive detections by few anti-virus programs. Please mark the file as safe and continue to use the application.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    twert

    twert

    Website, application blocking with scheduling. Self/Parental control.

    Anti-procrastination website and application blocker with scheduling. Perfect for students and parents alike. A free and open-source alternative to Cold Turkey. Made by Dang Nam Anh, Truong Duc Quan and Trieu Tran Duc Tri.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13
    Mindfulness at the Computer

    Mindfulness at the Computer

    Helps you stay mindful of your breathing while using your computer

    This application reminds you to take breaks from the computer, helps you remember to stay in touch with and be mindful of your breathing and body while sitting at the computer, and helps you concentrate on breathing in and out when you need a breathing pause.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    Smart-Clipboard

    Smart-Clipboard

    Free Windows clipboard manager with Clipboard Peek and Smart Paste

    Smart Clipboard is a free Windows clipboard manager that silently saves everything you copy and lets you access it instantly — without ever switching apps. New in v1.3.0: Smarter search — type "template", "hotkey" or any tag to filter instantly. Image zoom in Peek — scroll to zoom, drag to pan inside the locked overlay. Source app detection — see which app each clip came from. Silent startup, launcher overhaul and major bug fixes throughout. Core features include Clipboard Peek (hold Ctrl+Shift to preview without losing focus), Smart Paste (transform text before pasting), quick-paste launcher (Ctrl+Shift+V), Clipboard Time Machine (clips grouped by work session), instant search, pin clips, tags, templates with {placeholders}, private mode and hotkey clips (Ctrl+Shift+1–9). Built with privacy as a core feature — zero telemetry, no accounts, no internet ever. Sensitive content blocked by default. No installer needed. Just download and run. Free and open source forever.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    CiteFlow

    CiteFlow

    Desktop research workspace for PDFs, notes, citations, bibliographies.

    CiteFlow is a focused desktop research workspace for students, researchers, and academic writers who want to manage PDFs, notes, citations, and bibliographies in one place. Create project-based workspaces for essays, articles, reports, literature reviews, and long-form research. Import PDFs, read them inside the app, search within documents, compare files side by side, highlight key passages, and add page-based notes. CiteFlow can assist with DOI metadata detection, keeps citation history linked to copied text, and generates citations and bibliographies in APA 7 and MLA 9. OCR support helps make scanned PDFs searchable, while project-wide search helps you find matching text across PDFs, highlights, and notes. Supported interface languages include English, Turkish, Chinese, Spanish, German, French, Russian, and Japanese.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Divergence Meter Alarm Clock
    An alarm clock based on the anime "Steins;Gate". Enjoy!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Pythopad

    Pythopad

    A free Python source code editor and Notepad replacement for Windows

    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    BoolHub

    BoolHub

    A fully functional personal information management software.

    [Native application]: Developed with QT, pure native application, faster response; Cloud synchronization: Data is recorded in the cloud, and the data is no longer lost. Data synchronization is unlimited, everything is in your control; [Rich note types]: Support rich text, Markdown, code, tables, drawings, flowcharts and other note formats; [Manage your customers]: A customer relationship management system that supports team collaboration to grasp every lead and every customer; [Manage daily affairs]: Manage your affairs in an orderly manner through the feature-rich to-do list view; [Free without function limit]: There is no limit to the software functions, free to use, we are just to make a friend; [Different moods and different themes]: Notes and to-do lists, support a variety of exquisite themes, do whatever you want, change it if you want; [More application scenarios]: Memo view, timeline view, passwordbook view, statistics view to meet your different needs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Linux-reminders

    Linux-reminders

    A simple reminder Gui for Linux using wxpython

    A simple reminder tool for those of us who have lots to do and a mind like a sieve. The following types of reminder can be created: One off, at a specified date and time; every 15 minutes; every 30 minutes; every 45 minutes; every hour; daily; monthly; weekly; annually; last day of the month; penultimate day of the month; the 1st,2nd,3rd,4th or last Monday of the month; the 1st,2nd,3rd,4th or last Tuesday of the month; the 1st,2nd,3rd,4th or last Wednesday of the month; the 1st,2nd,3rd,4th or last Thursday of the month; the 1st,2nd,3rd,4th or last Friday of the month; the 1st,2nd,3rd,4th or last Saturday of the month; the 1st,2nd,3rd,4th or last Sunday of the month. All reminders are issued 2 minutes before the allotted time. All reminders can be “snoozed” even if they are One off. Reminders can be “snoozed” for 5 mins, 15 mins, 30 mins, 1 hour, 1 day or 1 week. Snoozed reminders can be re-snoozed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Stupid Notepad

    Stupid Notepad

    The Simplest Notepad Ever

    Stupid Notepad - The Simplest Notepad Ever! It's simply impossible to come up with something simpler. The program allows you to edit text files. You enter the path to the file and can view and edit it, as well as create new files. Why is this notepad stupid? Because it's extremely simple and primitive, making it understandable for everyone! The interface consists of just seven elements: - Text field for entering the file path; - "Browse..." button; - "Open" button; - "New" button; - "Save" button; - Text field for viewing and editing the file's text; - "Exit" button. This is my first even slightly useful Python program, so I'd be grateful if you'd test it and see if this stupid notepad proves useful! Stupid Notepad is an open source project. You can read the code in "Stupid Notepad.py" in this folder or visit GitHub: github.com/artemik01/stupid-notepad
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    command-storage

    A command-line tool designed to store CLI commands for quick access

    It is a command-line tool designed to store CLI commands for quick access and usage. Think of it as a simple notes app specifically tailored for storing commands using customizable keys. The package is available on PyPi:https://pypi.org/project/command-storage/ For more information, please check out the GitHub repository: https://github.com/ashu-tosh-kumar/command-storage
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    yapomo

    yapomo

    yapomo - Yet Another Pomodoro Timer

    This is a simple pomodoro timer to use during your work day, with a tkinter graphical interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Ainee

    Ainee

    Ainee - AI Notetaking and Learning Companion

    Ainee is your ultimate AI-powered notetaking and learning companion. Capture lecture notes in real-time and effortlessly transform audio, text, files, and YouTube videos into formatted notes, mindmaps, quizzes, flashcards, podcasts, and more. Explore our AI meeting note taker, AI notes, video transcript generator, PDF to AI converter, and AI flashcard maker. Enhance your learning with our AI voice recorder, article summarizer AI, and AI quiz generator. Additionally, share your knowledge base with others to foster the flow of information and help new users benefit from collective insights. Experience smarter learning with Ainee today! How It Works - Effortless Knowledge Capture Across Formats - Enhance learning experience with AI-Driven Tools - Transform Study Materials into Dynamic Learning Formats - Share Insights and Knowledge Effortlessly
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Alphabetizer

    Alphabetizer

    Take a list of words or sentences and arrange them alphabetically.

    Alphabetizer lets anyone take a list of words or sentences and arranged them in alphabetical order easily. Alphabetizer is a tool that takes a list of words or phrases and arranged them in alphabetical order. This tool is useful for organizing information, creating glossaries, sorting names, or any task where the items in a list need to be in alphabetical order. Overall, Alphabetizer can save time and effort by quickly organizing information and making it easier to read and comprehend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Carlo Acutis Novena

    Carlo Acutis Novena

    Copyleft novena text and illustrations to meditate

    French, Italian and Spanish copyleft novena text and illustrations to meditate with Carlo Acutis, a defunct Italian catholic teenager who documented eucharistic miracles and liked dolphins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB