awesome-python
awesome-python copied to clipboard
An opinionated list of awesome Python frameworks, libraries, software and resources.
## What is this Python project? `chromologger` is a lightweight module for creating logs in Python in a simple, structured way. Its main features are: - **Quick instantiation**: create a...
## What is this Python project? SQLAZO is a module for managing SQLite databases via a simple `Database` class. It provides methods like `create_table`, `insert_data`, `get_data_all`, `get_data_where` and `delete_data` to...
## What is this Python project? Effect-SRM (Effect Screen Recorder Master) is a Python-based screen recorder with real-time visual effects. It captures the desktop and applies filters on the fly,...
## What is this Python project? PDF2WordX is a GUI application (Tkinter-based) that converts PDF files to DOCX in two clicks. It leverages the `pdf2docx` library under the hood and...
## What is this Python project? A **micromodule** for printing colored console messages. Using methods like `inf()`, `suc()`, `exc()`, `warn()`, `err()`, it saves the developer from having to type Unicode...
## What is this Python project? Describe features. ## What's the difference between this Python project and similar ones? Enumerate comparisons. -- Anyone who agrees with this pull request could...
## What is this Python project? [DuckDB](https://duckdb.org/) is an in-process SQL OLAP (Online Analytical Processing) database management system. It is designed for fast analytical queries on large datasets and integrates...
Add [fake.py](https://github.com/barseghyanartur/fake.py) package to [Testing :: Object Factories](https://awesome-python.com/#testing) and [Testing :: Fake Data](https://awesome-python.com/#testing). ## What is this Python project? [fake.py](https://github.com/barseghyanartur/fake.py/) is a standalone, portable library designed for generating various random...
Added django-unfold to admin panels ## What is this Python project? Django Unfold transforms the Django admin into a powerful and modern administrative interface. This open-source theme upgrades Django’s default...
This PR adds `uv`, a new Rust-based Python package installer and resolver by Astral, under the Package Management section. It's known for its extreme speed and efficiency.