Welcome to my repository of simple Python projects! This collection was made to practice and improve my Python programming skills.
- Guess the Number Game
- A simple game where you have 5 guesses to guess a random number between -100 and 100.
- Simple Calculator
- A basic calculator that performs addition, subtraction, multiplication, and division.
To get to run and use these projects, you'll need to have Python installed on your machine. You can download Python from the official Python website.
Once you have Python installed you can run these projects by downloading the project(s) of your choice and then opening the terminal or command prompt and running the command:
python C:\Users\yourUsername\folder\project.py
NOTE: You have to replace C:\Users\yourUsername\folder\project.py
with the real path to the file.