A curated collection of standalone Python scripts and mini-experiments.
-
donut.py- Real-time 3D spinning donut rendered directly in the ASCII terminal using mathematical rotation matrices and luminance mapping.
- Usage:
python donut.py
-
ascii_art.py- Converts any local image into terminal-friendly ASCII art using Pillow (PIL).
- Usage:
python ascii_art.py
-
password_generator.py- Clean, secure, and customizable random password generator CLI tool.
- Usage:
python password_generator.py