Tutos Rive

Results 5 issues of Tutos Rive

## 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...