• Stars
    star
    583
  • Rank 73,774 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 3 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ™Œ Welcome open-source Python mini-project contributions!

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 creat 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 6: Ready, Set, Go...

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

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 7: 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

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

More Repositories

1

IBM-data-analyst-professional

Capstone projects of the IBM Data Analyst Professional
Jupyter Notebook
58
star
2

8-Week-SQL-Challenge

#8WeekSQLChallenge by Danny Ma.
SQL
43
star
3

people-data-analysis

๐Ÿ‘ฅ Employee analysis #DWD
SQL
14
star
4

health-analysis

This case study is contained within the Serious SQL course by Danny Ma
SQL
12
star
5

ndleah

Give it a ๐ŸŒŸ if helpful!
TypeScript
12
star
6

bitcoin-prices-analysis

๐Ÿ’ธ Bitcoin trading analysis
SQL
5
star
7

dvd-rental-marketing-analytics

๐ŸŽฅ Email marketing campaign analysis
SQL
5
star
8

northwind

๐Ÿ’ผ SQL, company data analysis
SQL
4
star
9

stat-learning

โ€‹๐Ÿ“šโ€‹ Notes for ITSL
CSS
4
star
10

road-fatalities-prediction

๐ŸšฆLogistics regression, accident factors contributed to road tolls
R
4
star
11

currency-converter

๐Ÿ’ฑ A program that will perform currency conversion using data fetched from an open-source API
Python
4
star
12

TSF-data-science-internship

This repository contains the tasks performed during the Data Science and Business Analytics Internship at The Sparks Foundation
Jupyter Notebook
3
star
13

self-quantified

๐Ÿ˜Š EDA, self-quantified data analysis
R
3
star
14

school-donation

๐Ÿ’ฐ Top school donors analysis
Python
3
star
15

transactions

๐Ÿช™ Linear regression model, predict monthly transaction amount
R
3
star
16

data-explorer-web-app

๐Ÿ’ป Build a Data Science Web App using Streamlit
Python
3
star
17

SQL-Hackerrank-Challenge-Solutions

HackerRank SQL track solutions
SQL
3
star
18

SydneyBeach

Practice exercises following the Sydney R Ladies lessons
R
2
star
19

accident-vehicles

๐Ÿ“‰ MLM, impact of vehicle factors on car accidents analysis
R
1
star
20

wine-quality

๐ŸทConfounding variables analysis
R
1
star
21

gganimate

plot animation visualizations with gganimate
R
1
star