A curated list of awesome Python frameworks, libraries, software and resources
-
Updated
Jul 9, 2022 - Python
{{ message }}
A curated list of awesome Python frameworks, libraries, software and resources
Rich is a Python library for rich text and beautiful formatting in the terminal.
Distributed Task Queue (development branch)
Command line interface for testing internet bandwidth using speedtest.net
Pure Python 3 MTProto API Telegram client library, for bots too!
A Python library for the Docker Engine API
A Python library for automating interaction with websites.
CLI tool and python library that converts the output of popular command-line tools and file-types to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
GitPython is a python library used to interact with Git repositories.
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
oletools - python tools to analyze MS OLE2 files (Structured Storage, Compound File Binary Format) and MS Office documents, for malware analysis, forensics and debugging.
Python dictionaries with advanced dot notation access
Abseil Common Libraries (Python)
Python Library for Studying Binary Trees
I believe turtle does not handle quads, but our default serialization format for ConjunctiveGraph is turtle as turtle does not override the default for Graph, I guess we should probably change this, question is to what.
I think TriG would make most sense, but the other option is n3.
A Python wrapper for the tesseract-ocr API
Python library and CLI tool to interface with Google Translate's text-to-speech API
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
A python library for visualizing Artificial Neural Networks (ANN)
Celery Periodic Tasks backed by the Django ORM
Add new backend using https://github.com/groscot/jupythree
Add a description, image, and links to the python-library topic page so that developers can more easily learn about it.
To associate your repository with the python-library topic, visit your repo's landing page and select "manage topics."
I'm trying to automate the interaction with WindowsTerminal. It seems to be a UWP application, which I have no idea how to start such application directly using
Application().start. I've tried to locate it usingDesktop, but got quite confused..Any help on this?