Mini Python Projects
Number Guessing Game
A simple project where the user guesses a random number.
Link: https://github.com/rajat19/Python-Mini-Projects/tree/master/Number%20Guessing%20Game
Calculator
A basic calculator with functionalities for addition, subtraction, multiplication, and division.
Link: https://github.com/Amitesh160/Mini-Python-Projects/blob/main/Calculator.py
To-Do List App
A command-line-based to-do list app to manage tasks.
Link: https://github.com/Amitesh160/Mini-Python-Projects/blob/main/TodoList.py
Tic-Tac-Toe
A classic Tic-Tac-Toe game for two players.
Link: https://github.com/Amitesh160/Mini-Python-Projects/blob/main/TicTacToe.py
Weather App Using API
Fetch real-time weather information using an API.
Link: https://github.com/pyGuru123/Python-mini-projects/blob/master/WeatherApp/weather_app.py