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

Mini Python Projects

Uploaded by

d21461006
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
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
We take content rights seriously. If you suspect this is your content, claim it here.
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