Pytools is a lightweight Python utility toolkit that provides multiple helpful tools for everyday tasks, including QR code generation, file organization, PC stats, ASCII art conversion, and currency conversion.
-
QR Code Generator
Generate QR codes from any text or URL and save them as images. -
File Organizer
Automatically organize files in a folder into categories like Images, Documents, Videos, Code, Audio, Archives, and Executables. -
PC Stats
Display detailed system information including memory, disk, CPU, and boot time. -
ASCII Art Converter
Convert any text into ASCII art for fun visual representation. -
Currency Converter
Convert currencies using an online API with live exchange rates.
- Clone the repository:
git clone <your-repo-url>
cd PyTools
python -m venv venv
.\venv\Scripts\Activate.ps1 # PowerShell
# or
.\venv\Scripts\activate.bat # Command Prompt
pip install -r requirements.txt