/Simple-Python-Mini-Projects

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

Primary LanguagePythonMIT LicenseMIT

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

How to Use This Repository

To run any of the projects, follow these steps:

  1. Clone the Repository:

    • Open your terminal and run:
      git clone https://github.com/your-username/python-mini-projects.git
      cd python-mini-projects
  2. Navigate to the Project Directory:

    • Each project is located in its own directory. Navigate to the directory of the project you want to run, for example:
      cd project_name
      
  3. Run the Project:

    • Use the following command to run the project:
      python project_file.py
    • Replace project_file.py with the actual file name of the project you want to run.

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. 😊