-
Updated
Jul 9, 2022 - Python
#
python-library
Here are 2,119 public repositories matching this topic...
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.
python
emoji
syntax-highlighting
markdown
terminal
progress-bar
python-library
python3
traceback
ansi-colors
rich
tables
terminal-color
progress-bar-python
tracebacks-rich
-
Updated
Jul 9, 2022 - Python
Distributed Task Queue (development branch)
python
redis
amqp
python-library
sqs
python3
task-runner
sqs-queue
task-manager
task-scheduler
redis-queue
queued-jobs
queue-workers
queue-tasks
-
Updated
Jul 8, 2022 - Python
Command line interface for testing internet bandwidth using speedtest.net
-
Updated
Jul 3, 2022 - Python
python
nlp
data-science
machine-learning
awesome
deep-learning
tensorflow
scikit-learn
python-library
keras
ml
data-visualization
pytorch
transformer
data-analysis
automl
jax
data-visualizations
best-of
-
Updated
Jul 7, 2022
Pure Python 3 MTProto API Telegram client library, for bots too!
-
Updated
Jul 5, 2022 - Python
A Python library for the Docker Engine API
-
Updated
Jun 15, 2022 - Python
A Python library for automating interaction with websites.
-
Updated
Jul 3, 2022 - Python
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.
python
linux
bash
cli
yaml
json
command-line
scripting
convert
python-library
command-line-tool
parsers
serialize
shell-scripting
bash-scripting
command-line-interface
-
Updated
Jul 7, 2022 - Python
GitPython is a python library used to interact with Git repositories.
-
Updated
Jul 6, 2022 - Python
python
clustering
dedupe
record-linkage
python-library
entity-resolution
datamade
dedupe-library
de-duplicating
-
Updated
Jul 6, 2022 - Python
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
python
client
library
framework
telegram
async
python-library
bot-api
telegram-api
mtproto
hacktoberfest
tdlib
pyrogram
-
Updated
Jul 2, 2022 - Python
python
cli
library
awesome
utilities
python-library
pypi
data-structures
collections
awesome-list
utility-library
python-utilities
python-framework
python-libraries
best-of
best-of-list
-
Updated
Jul 7, 2022
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
security
parser
python-library
macros
rtf
forensics
vba
compound
malware-analysis
pyparsing
olefile
ms-office-documents
ole-files
-
Updated
Jun 29, 2022 - Rich Text Format
Python dictionaries with advanced dot notation access
python
bunch
helper
dictionaries
object
python-library
pypi
box
python3
addict
python-types
python-box
-
Updated
Apr 2, 2022 - Python
Abseil Common Libraries (Python)
-
Updated
Jul 1, 2022 - Python
Python Library for Studying Binary Trees
python
learning
algorithm
data-structure
python-library
interview
python3
data-structures
binary-search-tree
binary-tree
heap
interview-practice
python-3
python-2
binary-trees
practise
python2
bst
heaps
-
Updated
Jun 28, 2022 - Python
Open
Default serialization format for conjunctive graph is turtle, but turtle cannot handle quads (AFAIK)
1
aucampia
commented
Jan 16, 2022
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
-
Updated
Jul 5, 2022 - Python
finance
machine-learning
deep-learning
sentiment-analysis
python-library
prediction
stock-market
quantitative-finance
quantitative-trading
stock-prediction
stock-market-prediction
-
Updated
Jan 17, 2021 - Python
Python library and CLI tool to interface with Google Translate's text-to-speech API
-
Updated
Jun 13, 2022 - Python
art
python
status
fun
fonts
library
twitter
text
ascii
python-library
python-lib
python3
pip
ascii-art
easy-to-use
easy
figlet
ascii-text
pypi-packages
ascii-art-library
-
Updated
Jul 6, 2022 - Python
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.
-
Updated
May 29, 2022 - Python
python
nlp
machine-learning
natural-language-processing
crf
python-library
address
address-parser
conditional-random-fields
parserator
-
Updated
Mar 17, 2022 - Python
Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
python
camera
python-library
gopro
hero3
hero4
api-wrapper
api-service
hero5
gopro-api
hero4-session
hero6
-
Updated
Feb 12, 2022 - Python
A python library for visualizing Artificial Neural Networks (ANN)
-
Updated
Oct 16, 2020 - Python
Celery Periodic Tasks backed by the Django ORM
-
Updated
Jul 8, 2022 - Python
daavoo
commented
Jun 28, 2022
Add new backend using https://github.com/groscot/jupythree
Improve this page
Add a description, image, and links to the python-library topic page so that developers can more easily learn about it.
Add this topic to your repo
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?