A collection of Python automation projects — file management, data processing, and productivity tools built for real-world use cases.
📧 shabandev27@gmail.com · Open to freelance Python work
Scans a folder and automatically sorts files into subfolders by type.
No dependencies — pure Python standard library.
→ File_Organizer/
Converts any word or sentence into NATO phonetic codes using a Pandas CSV lookup.
Handles mixed case, counts unique letters, and formats clean output.
→ NATO_Alphabet_Converter/
Desktop productivity timer built with Tkinter. Runs automatic work/break cycles,
tracks sessions with checkmarks, and resets cleanly.
→ Pomodoro_Timer/
Python 3 · Pandas · Tkinter · os · shutil
- File system automation using
osandshutil - Data loading and lookup with Pandas and CSV
- Desktop GUI development with Tkinter event loops
- Clean CLI design — input validation, formatted output
- Modular, readable code structure across all projects
Each project folder contains its own README.md with setup and run instructions.
Most require only Python 3 with no extra dependencies.
cd File_Organizer
python main.pyI build Python automation scripts, file tools, data utilities, and CLI applications. If you have a repetitive task that Python can handle — I can build it.