Skip to content

AkashXII/PyTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytools

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.


Features

  1. QR Code Generator
    Generate QR codes from any text or URL and save them as images.

  2. File Organizer
    Automatically organize files in a folder into categories like Images, Documents, Videos, Code, Audio, Archives, and Executables.

  3. PC Stats
    Display detailed system information including memory, disk, CPU, and boot time.

  4. ASCII Art Converter
    Convert any text into ASCII art for fun visual representation.

  5. Currency Converter
    Convert currencies using an online API with live exchange rates.


Installation

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

About

Python command-line Toolkit with niche tools :))

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages