Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1004 Bytes

File metadata and controls

32 lines (22 loc) · 1004 Bytes

Python Projects

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.

Projects

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

Skills demonstrated

  • Python programming fundamentals
  • Basic GUI development with Tkinter
  • String manipulation
  • Project organization
  • Markdown documentation
  • Version control using GitHub

Future plans

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.