This repository contains small Python projects that I have built while learning programming, scientific thinking, and project documentation.
Each project is placed in its own folder with its own README file, code, and supporting files.
| Project | Description | Status |
|---|---|---|
enigma |
A simple Tkinter GUI application inspired by the Enigma machine. The current version uses a Caesar shift for encryption and decryption. | Prototype |
- Python programming fundamentals
- Basic GUI development with Tkinter
- String manipulation
- Project organization
- Markdown documentation
- Version control using GitHub
I plan to add more small Python projects related to:
- Scientific data analysis
- Physics visualizations
- Numerical simulations
- Automation tools
- Image/data processing
This repository is still developing, but the goal is to build it into a clear portfolio of my Python learning progress.