A collection of easy Python small projects to help you improve your programming skills.
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! π
Step 1: Star The Repo
Star the repo by pressing the topmost-right button to start your wonderful journey
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:
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.
please make sure to add a README.md
file that follow the same construction as this template for consistency.
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 |
If you have any feedback or ideas to improve this project, feel free to contact me via