0% found this document useful (0 votes)
8 views

Mini Python Projects

Uploaded by

d21461006
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Mini Python Projects

Uploaded by

d21461006
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like