A command-line and offline-first smolnet browser/feed reader for Gemini, Gopher, Spartan and Web by Ploum.


Browse 508 Python Libraries and Tools on AlternativeTo.
A command-line and offline-first smolnet browser/feed reader for Gemini, Gopher, Spartan and Web by Ploum.


Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads.
Clone voices and transcribe text to speech. I implement yet another text-to-speech model, dc-tts, introduced in Efficiently Trainable Text-to-Speech System Based on Deep Convolutional Networks with Guided Attention.
Outspline is a free and open-source modular outliner whose functionality can be extended with addons. The most important addon is Organism, which adds advanced time management features and turns the application into a personal organizer, perfectly suited for working with todo...







Polyglot is a natural language pipeline for Python that supports massive multilingual applications. Polyglot depends on pycld2 library which in turn depends on cld2 library for detecting language(s) used in plain text.

State of the Art Natural Language Processing
The first production grade versions of the latest deep learning NLP research.
PyNLPl is a Python library for Natural Language Processing. It contains various modules useful for common, and less common, NLP tasks. PyNLPl can be used for basic tasks such as the extraction of n-grams and frequency lists, and to build simple language model.

Pyramid is an open source web framework written in Python and is based on WSGI. It is a minimalistic web framework inspired by Zope, Pylons and Django.
A Python source code analyzer which looks for programming errors, it helps to enforce a coding standard and to sniff for some code.


Python app which chooses a random movie from your Plex library. Also, you can send a watch request to Plex client with the chosen movie.

A library to decode HDD model names into their characteristics like capacity, RPM or buffer size
This simple Matrix client written in Python allows you to send and receive messages and files, verify other devices, and interact with your Matrix account or other Matrix users in many ways. You use it from the terminal (CLI) or integrate it into other simple Python programs.
Graphite is a highly scalable real-time graphing system. As a user, you write an application that collects numeric time-series data that you are interested in graphing, and send it to Graphite's processing backend, carbon, which stores the data in Graphite's specialized...



blogstrap.py is a simple, no frills blog content management system powered by Twitter's Bootstrap and web.py. It features most things you would come to expect from a simple blogging platform. You can browse posts by category or subcategory, see recent posts, and mark...



OSQA is the free, open source Q&A system you've been waiting for. Your OSQA site is more than just an FAQ page, it is a full-featured Q&A community. Users earn points and badges for useful participation, and everyone in the community wins.

Smelt is a simple and extensible task runner optimized for chip development workflows. Smelt makes it easy to programmatically define arbitrarily many test variants, run those tests in parallel, and analyze their results.




Thread is a Jupyter Notebook that combines the experience of OpenAI's code interpreter with the familiar development environment of a Python notebook. With Thread, you can use natural language to generate cells, edit code, ask questions or fix errors all while being able to...


A tiny Autograd engine (with a bite! :)). Implements backpropagation (reverse-mode autodiff) over a dynamically built DAG and a small neural networks library on top of it with a PyTorch-like API. Both are tiny, with about 100 and 50 lines of code respectively.