PyTools
PyTools is a Python-based command-line utility that bundles several handy tools into one program. It includes file organization, ASCII art generation, QR code creation, system information display, and a currency converter.
Features
1.File Organizer
Organizes files in a folder into categories like Images, Documents, Code, Audio, Video, Archives, and Executables.
2.ASCII Art Generator
Converts user-provided text into stylish ASCII art using pyfiglet.
3.QR Code Generator
Generates QR codes from text or URLs and saves them as an image file (my\_qr.png) using qrcode.
4.System Information
Displays detailed system information including:
- OS, machine, processor, and node name
- Boot time
- Memory usage
- Disk usage
- CPU cores, threads, and usage percentage
(Requires psutil)
5.Currency Converter
Converts between different currencies using the Exchange Rates API (requests).
Installation
- Clone the repository:
git clone <your-repo-url>
cd <repo-folder>