🙌 Welcome open-source Python mini-project contributions!

ndleah ndleah Last update: Mar 31, 2024

Star Badge Open Source Love View My Profile View Repositories

forthebadge forthebadge forthebadge forthebadge

Python Mini Projects

A collection of easy Python small projects to help you improve your programming skills.

Issues Pull Requests Forks Stars License

Table Of Contents

image Aim Of The Project

As a Python newbie, I understand the problems that people face when they first begin studying and attempting to understand various Data Science concepts, particularly Python. This project is designed for folks who are just getting started with Python principles and exploring GitHub as "contributors."

My goal is to build a common playground where everyone, from beginners to experts, can learn and share knowledge, and I hope you enjoy your stay here!

Let's "folk-ing" create amazing things together! 👉

image Contributing

Step 1: Star The Repo

Star the repo by pressing the topmost-right button to start your wonderful journey

star repo


Step 2: Fork it

On the GitHub page for this repository, click on the Button "Fork".

fork image


Step 3: Clone it
  • Method 1: GitHub Desktop

⚠️ NOTE: If you're not familiar with Git, using GitHub Desktop Application is a better start. If you choose this method, make sure to download it before continuing reading.

❗❗ Access link to download here.

Learn more about how to clone the remote respository on your local machine using GitHub Desktop here.

  • Method 2: Git

Clone the forked repository. Open git bash and type:

git clone https://github.com/<your-github-username>/python-mini-project.git

This makes a local copy of the repository in your machine.

⚠️ Replace <your-github-username>!

Learn more about forking and cloning a repo.


Step 4: Create your feature branch

Always keep your local copy of the repository updated with the original repository. Before making any changes and/or in an appropriate interval, follow the following steps:

  • Method 1: GitHub Desktop

Learn more about how to create new branch here and how to fetch and pull origin from/to your local machine here.

Learn more about how to fetch and pull origin from/to your local machine using GitHub Desktop here.

  • Method 2: Git

Run the following commands carefully to update your local repository

# If you cloned a while ago, get the latest changes from upstream
git checkout <master>
git pull upstream <master>

# Make a feature branch (Always check your current branch is up to date before creating a new branch from it to avoid merge conflicts)
git checkout -b <branch-name>

#

Step 5: Ready, Set, Go...

Once you have completed these steps, you are ready to start contributing to the project and creating pull requests.

  • Create a folder in projects directory according to your project name.

    The folder name should follow the following format "Your_Project_Name_Here". For example: Dice_Stimulator

  • Write your code and add to the respective folder in the projects directory, locally.
  • Don't forget to add a README.md in your folder, according to the README_TEMPLATE.
  • Method 1: GitHub Desktop

Learn more how to pull request from your local machine using GitHub Desktop to the main repo here.

  • Method 2: Git

Add the changes with git add, git commit:

git add -A
git commit -m "<your message>"

Push the code to your repository.

git push origin <branch-name>

Step 6: Pull Request

Go to the GitHub page of your fork, and make a pull request:

pull request image

Read more about pull requests on the GitHub help pages.

Now wait, until your Pull Request is approved! If there are any conflicts, you will get a notification.


image README Template for scripts

please make sure to add a README.md file that follow the same construction as this template for consistency.

README Template

image Projects

SR No Project Description Author
1 Dice Rolling Stimulator This is a simple dice stimulator made using Python. Leah Nguyen
2 Dictionary A dictionary stimulator by Python in which you can enter any words and you will get the definition of it as the output. Leah Nguyen
3 Hangman Game A hangman game stimulator using Python in which the player have 10 attempts to guess the phrase before the men is hung. Leah Nguyen
4 Tic Tac Toe A simple game of tic tac toe, built in python. Leah Nguyen
5 Plotter An automation program to plot data with different visualisations by user selections. Leah Nguyen
6 Geographical Plot Using Folium Using Folium library to create different map data visualization. Leah Nguyen
7 Caterpillar Game A simple Caterpillar game built in python. Leah Nguyen
8 Matchmaker Game A simple Matchmaker game built by using python. Leah Nguyen
9 Smart Calculator A smart calculator using for basic math equations, built by using python. Leah Nguyen
10 Screenpet A cute screenpet having different reactions when interact on desktop. Leah Nguyen
11 Egg Catcher Egg catcher game built in using Python. Leah Nguyen
12 Number Guessing Number Guessing Game Shruti Solani
13 Mad Libs Mad Libs Game Shruti Solani
14 Caesar Cipher Simple Caesar Cipher encryptor and decryptor bulit with python FH089
15 Email Slicer Email Slicer Shruti Solani
16 Speaking Dictionary Python program that allows the user to find the meaning of an English word by speaking it directly to the device 19lyaejin
17 Cat Command this project is a basic implementation of the linux cat command Alexander Monterrosa
18 Sqlite-crud A simple crud implemented in python using sqlite. Alexander Monterrosa
19 Binary Tree Implementation of a binary tree in python Alexander Monterrosa
20 Socket Implementation of a socket in python Alexander Monterrosa
21 Stack Structure Implementation of a stack structure in python Alexander Monterrosa
22 Math Game It's just a simple math game. Improve your math skills Pargorn Ruasijan (xNewz)
23 Password Generator Create secure passwords that are impossible to crack. Pargorn Ruasijan (xNewz)
24 Demerging PDF Python program to convert a large pdf file to number of different sized pdf files without any change in the large file. Darpan-Balar
25 QR Code Generator GUI with Tkinter to get convert text to a PNG QR Code. Vivek Kumar Singh
26 Flask Crud Crud using flask and sqlite3 Alexander Monterrosa
27 Sudoku solver This program can generate and solve Sudoku boards. Dominik Meurer
28 Mail Checker Mail-Checker is a python script that lets you read your gmail subjects from particular gmail accounts directly from the terminal without having to login each time! Siddharth Pradeep
29 Whatsapp Bot Whatsapp Bot is a simple bot made using Python to send a WhatsApp message. Anish Lohiya
30 YouTube Video Downloader YouTube Video Downloader lets you download videos from YouTube. Alexander Monterrosa
31 Face Recognition A Face Recognition Project developed using OpenCV Module in Python that displays a Blue Reactangle Frame around Faces. Anish Lohiya
32 Slideshare to PDF Download any presentation from slideshare to a PDF form without any signup or login Vivek
33 Rock Paper Scissors Spock Rock Paper Scissors Spock has extra steps to it which add a little spice and creativity over the generic Rock Paper Scissors game we all know and love. The player gets to choose between Rock, Paper, Scissor, Lizard or Spock. If they choose correctly, then the player wins. Have fun and good luck! Anokh1
34 Port Scanner It's a simple port scanner. AniYengibaryan
35 TextVenture TextVenture is a short for Text Adventure. It is a game where you can play as a character and explore a world. RAO.exe
36 Lazy pong This is a very simple Pong game made with python. It's so simple it doesnt even keep track of scores Ben-Sicat
37 Minesweeper Game The classic Minesweeper game in python. Subhadeep Das(Raven1233)
38 Zombie Game Simple Zombie Survival Quiz Game bulit with python jmeyu
39 Music Player A simple music player in python which enables you to play, next, back, pause, resume the music mr-shitij
40 Wordle Aid! Use this to give you all the possible options for today's wordle based on the information available. Timmy Churchill
41 Diff Utility A Diff Utility that takes in two file names as commandline arguments and compares them. The comparison is then shown as the output indication which file has changed where. Shreyas Sable
42 Automated Mailing A python script that reads email addresses from CSV file and automatically sends email. Pradhyuman Arora
43 Chinese Flashcard A tkinter application which displays chinese characters. CMagnac
44 Finding Lanes Detect road lanes using Python zmdlw
45 Star Pyramid Generator This is a simple code made with while loop and you can also use for loop fot this. Hasala Abhilasha
46 Clip Organizer This script takes in a directory of video clips, and outputs one video clip featuring all of the input clips. Seth Treiman
47 Infix Postfix Calculator Infix Postfix Calculator xNewz
48 Speaking Wikipedia This tool enables users to convert summaries of Wikipedia pages into a speaking version. Yam Timor
49 Face Recognition Face Recognition BlockmasterPlayz
50 URL Shortener A cli url shortener. dongjin2008
51 Simple Dice This is a simple dice rolling application written in Python using the Tkinter library. tusuii
52 Encode Morse A program that allows the user to convert the text he/she inputs into the program into a voice audio that is played in real time.Morse encoder is a tool or program that converts text into Morse code, a system of representing letters and numbers using a combination of dots (.) and dashes (-). Morse Encoder is responsible for encrypting English into Morse code. John Nguyen
53 Image Comparator This is a tool for coparing two Images and getting their difference image as output Rajit99
54 Currency Converter A program that converts currencies using CLI Yehuda Elyasaf
55 Linked Lists Implementation of various data structures using linked list. Alen Senson
56 Converter A simple converter app built in python. Alen Senson
57 Spinning Donut This project uses the Pygame library to create an animation of a spinning donut on a black background. Gideon Ogunbanjo
58 Firebase Authentication This project enables developers to implement secure user authentication features in their Flask applications with ease using Firebase Authentication MBSA INFINITY
59 Finance Tracker A finance tracker application allows the user to keep track of their income and expenses, and visualize their balance through a pie chart. Hina Ota
60 Spam bot The Python Script that uses Pyautogui library to create a spam to that can be used to prank you friends Prafull Sonawane
61 Lorem Generator The Python Script that used to create random paragraph based on how much you want like number of rows Prafull Sonawane
62 Minion Game The Terminal playable sub string game that deal with count of vowel and constituent, score will be based on some rules given in scrip file. Prafull Sonawane
63 Chess Game A simple chess game that you can play with your friend Prafull Sonawane
64 IP Tools IP Locater extracts data of an IP address. IP Finder gets the IP of a domain name. Mohammad Bazargan
65 Othello/Reversi Othello is a board-game played on a 8x8 board, with 64 discs that are black on one side and white on the other. Vikrant Singh Bhadouriya
66 Image_compressor The image resizer takes in an image and reduces it's disk size according to the quality you choose, the compressed image is saved in the folder of the orignal image Yuv-glitch
67 CSV To JSON This script helps to convert a csv file to a json file. Rajit Gupta
68 Images To Pdf Converter Multiple images in Folder being converted in one pdf Nikhil Gupta
69 Download Audio This is a python script that downloads audio files directly from youtube videos. Muhammad Abdullah
70 Expense Tracker Expense Tracker is a Python application designed to help users keep track of their daily expenses Darshan Patil
71 Lazy Pong This is a simple implementation of the classic Pong game in Python using the Pygame library dar8900

image Our Contributors

image Feedback

If you have any feedback or ideas to improve this project, feel free to contact me via

Reeha's Linkdein Reeha's Github

Subscribe to our newsletter