Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.03 KB

File metadata and controls

38 lines (32 loc) · 1.03 KB

Python Tools

A collection of handy Python utility scripts for everyday tasks.

Scripts

Script Description
password_generator.py Generate secure passwords
file_organizer.py Organize files by extension
calculator.py Simple calculator
timer.py Countdown timer
todo.py Todo list manager
weather.py Weather info module
text_stats.py Text statistics
color_converter.py RGB/HEX converter
dice.py Dice roller
converter.py Unit converter
age_calculator.py Calculate age
lorem.py Lorem ipsum generator
slugify.py URL slug generator
cipher.py Caesar cipher
json_fmt.py JSON formatter
pomodoro.py Pomodoro timer
habits.py Habit tracker
expenses.py Expense tracker
flashcards.py Flashcard system
quotes.py Motivational quotes
sysinfo.py System information

Usage

python3 script_name.py

License

MIT License - feel free to use and modify!