Skip to content

From utilities like converters and calculators to interactive games and trackers, each project emphasizes Python's capability for both learning and real-world application development

License

Notifications You must be signed in to change notification settings

SonawaneAshwini/Simple-Python-Mini-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Mini-Project

These mini projects showcase Python's versatility in practical applications, covering fundamental programming concepts such as calculations, data manipulation, and interactive interfaces. From utilities like converters and calculators to interactive games and trackers, each project emphasizes Python's capability for both learning and real-world application development.

Python Mini Projects

This repository contains a collection of Python mini projects. Below is a list of the projects included:

No. Name
01 ATM Simulator
02 Age Calculator
03 Alarm Clock
04 Binary-Decimal Converter
05 Blood Bank Management System
06 BMI_calulator
07 Calculator
08 Chess Game
09 Countdown Timer
10 Digital White Board
11 Get IP address and Hostname of Website
12 Grocery Store Management System
13 Habit Tracker with Data Visualization
14 Hotel Management System
15 Lodo Game
16 Number Guessing Game
17 Number to Words
18 Palindrome Checker
19 Personal Expense Tracker
20 Python Quize Application
21 Python Task Scheduler
22 QR Code Generator
23 Random Password Generator
24 Recipe Recommendation System
25 Rock Paper, Scissor Game
26 Simple Contact Book
27 Snake Game
28 Stopwatch Application
29 Student Management System
30 TO-DO List Application
31 Text to Speech
32 Tic Tac Teo Game
33 Translate
34 Virtual Plant Care Simulato
35 Voice-Controlled Home Automation Simulator
36 Weather_App
37 Word Count Tool

How to Use This Repository

Follow these steps to explore and use this repository effectively:

1. Clone the Repository

Clone the repository to your local machine using the following command:

git clone https://github.com/SonawaneAshwini/Simple-Python-Mini-Projects.git

Alternatively, you can download the repository as a ZIP file and extract it.


2. Navigate to the Repository

Once cloned, navigate to the project directory:

cd Simple-Python-Mini-Projects

3. Explore the Projects

Each mini-project is stored in its own directory. You can browse through the folders to find the projects of interest. Each folder contains:

  • A Python file (*.py) with the source code for the project.
  • A README.md file (if available) with a brief description of the project.

4. Run a Project

To run a specific project:

  1. Open a terminal or command prompt.
  2. Navigate to the project directory, e.g.,
    cd Project-Name
  3. Run the Python file using:
    python project_name.py

Replace project_name.py with the actual file name.


5. Modify or Extend Projects

Feel free to modify the projects to experiment with the code and add new features. To edit a project:

  1. Open the project file in your favorite code editor (e.g., VSCode, PyCharm, or Sublime Text).
  2. Make your changes and save the file.
  3. Run the project to test your changes.

Prerequisites

Before running the projects, ensure you have:

  1. Python installed (version 3.x is recommended). You can download it from python.org.
  2. Basic knowledge of Python programming.

How can I read this tutorial without an Internet connection? GIF

  1. Go here and click the big green ➞ Code button in the top right of the page, then click ➞ Download ZIP.

image

  1. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.

  2. Launch ipython notebook from the folder which contains the notebooks. Open each one of them

    Kernel > Restart & Clear Output

This will clear all the outputs and now you can understand each statement and learn interactively.

Licence 📜

You may use this tutorial freely at your own risk. See LICENSE.

Contributors ✨

If you like this tutorial, please give it a ⭐ star.

Thank you for visiting my repository! I hope you find my projects interesting and useful. 😊

About

From utilities like converters and calculators to interactive games and trackers, each project emphasizes Python's capability for both learning and real-world application development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages