This repository includes a collection of basic Python projects created for learning and portfolio purposes. Each project demonstrates a simple concept in programming and can be run in any standard Python environment.
A basic calculator that can perform addition, subtraction, multiplication, and division.
Converts temperature between Celsius and Fahrenheit using simple mathematical formulas.
Generates a random strong password using letters, numbers, and symbols.
- Python 3.x
- VS Code (for development)
- Command line / Terminal (for testing)
Each project is in its own file. Simply open the file in your IDE or terminal and run it using: