Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

A collection of simple python mini projects to enhance your python skills

License

Notifications You must be signed in to change notification settings

Python-World/python-mini-projects

Repository files navigation

forthebadgeforthebadgeforthebadgeforthebadge

Python-Mini-Projects

All ContributorsIssuesPull RequestsForksStarsLicense

A collection of simple python mini projects to enhance your Python skills.

If you want to learn about python, visit here.

If you are new to Github and open source then, visit here.

Steps To Follow

  • Select an issue and ask to be assigned to it.

  • Check existing scripts in the projects directory.

  • Star this repository.

  • On the python-mini-projects repo page, click the Fork button.

  • Clone your forked repository to your local machine. This button will show you the URL to run.

    For example, run this command inside your terminal:

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

    Replace <your-github-username>!

    Learn more about forking and cloning a repo.

  • Before you make any changes, keep your fork in sync to avoid merge conflicts:

    git remote add upstream https://github.com/Python-World/python-mini-projects.git git fetch upstream git pull upstream master git push

    Alternatively, GitHub also provides syncing now - click "Fetch upstream" at the top of your repo below "Code" button.

  • If you run into a merge conflict, you have to resolve the conflict. There are a lot of guides online, or you can try this one by opensource.com.

  • Checkout to development branch (name your branch according to the issue name).

    git checkout -b <branch-name>
  • Create a folder in projects directory according to issue name.

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

  • Add the changes with git add, git commit (write a good commit message, if possible):

    git add -A git commit -m "<your message>"
  • Push the code to your repository.

    git push origin <branch-name>
  • 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 one of us reviews your Pull Request! If there are any conflicts, you will get a notification.

README Template for scripts

README Template

Connect On Social media

Join WhatsApp group

Contributors ✨

SR NoProjectAuthor
1Hello WorldRavi Chavare
2JSON to CSVMurilo Pagliuso
3Random Password GeneratorMitesh
4Instagram Profile InfoRavi Chavare
5Search string in FilesMitesh
6Fetch links from WebpageMitesh & Michael Mba
7Todo App With FlaskMitesh
8Add Watermark on ImagesMitesh
9WishList App Using DjangoRavi Chavare
10Split Folders into SubfoldersRavi Chavare
11Download bulk imagesMitesh
12Random word from fileRavi Chavare
13Battery notificationMitesh
14Calculate ageGaodong
15Text file analysism044de
16Generate image snipetsravi chavare
17Organize file systemMitesh
18Send emailsMitesh
19Get Ipaddress and Hostname of WebsiteNuh Mohammed
20Progressbar using tqdmMitesh
21Get meta information of imagesGaodong
22Captures Frames from videophileinSophos
23Fetch Wifi Saved Password WindowsMitesh
24Save Screenshot of given Websitem044de
25Split files using no of linesphileinSophos
26Encrypt and decrypt textGaodong
27Captures screenshot at regular interval of timed33pc
28Create password hashm044de
29Encrypt file and foldersGaodong
30Decimal to binary and vice versaAlan Anaya
31Cli Based Todo ApplicationAudrey Yang
32Currency Convertor cli appgithub-of-wone
33Stopwatch ApplicationGaodong
34CLI Proxy TesterIngo Kleiber
35XML to JSON file ConvertorJohn Kirtley
36Compress file and foldersGaodong
37Find IMDB movie ratingsShivSt
38Convert dictionary to python objectVarun-22
39Move files to alphabetically arranged foldersChathura Nimesh
40Scrape Youtube video commentSaicharan67
41Website SummerizationBelieve Ohiozua
42Text To speech(mp3)Sergej Dikun
43Image format conversionRamon Ferreira
44Save random article from wikipediaRakshit Puri
45Check website connectivityShiv Thakur
46Fetch city weather informationKushal Agrawal
47Calculator AppGaodong
48Merge Csv filesKushal Agrawal
49Fetch tweets and save in csvKushal Agrawal
50Language Translator using googletransAshiqur Rahman Tusher
51Split video using timeperiodChathura Nimesh
52Fetch unique words from fileRakshit Puri
53Speech to text converterPaulo Henrique
54Set Random WallpaperChathura Nimesh
55Find Dominant color from imageMitesh
56Ascii artShiny Akash
57Merge Pdf FilesShivSt
58Fetch Open PortKushal Agrawal
59Convert Numbers To WordsNiraj Shrestha
60Restart and Shutdown SystemPhillibob55
61Check website connectivityShiv Thakur
62Digital clock using tkinterAditya Jetely
63Covert Image To PdfGaodong
64Store emails in csv fileShiv Thakur
65Test Internet ConnectionJacob Ogle
66XKCD Comics DownloaderAditya Jetely
67Website Blocker And UnblockerPhillibob55
68Fetch Domain Dns RecordAditya Jetely
69Python-Auto-DrawTushar Nankani
70News Website Scraperpratik-choudhari
71Rock Paper Scissors GameTushar Nankani
72Zip File ExtractorAditya Jetely
73Random Password GeneratorTushar Nankani
74Script to perform GeocodingAditya Jetely
75Python Carbon ClipsRavishankar Chavare
76QR Code GeneratorShiv Thakur
77Recursive Password GeneratorErfan Saberi
78Tic Tac ToeErfan Saberi
79Tic Tac Toe with AITushar Nankani
80Cartoonify an ImageBartu Yaman
81Quote ScrapperAnandha Krishnan Aji
82Time To Load WebsiteAditya Jetely
83Customer Loan Repayment PredictionART
84Generate Wordcloud from Wikipedia ArticleNaman Shah
85Number Guessing GameJavokhirbek
86Convert JPEG to PNGAnuragGupta
87Movie Information ScrapperAnandha Krishnan Aji
88Fetch HTTP Status CodeAkshataJ96
89Check Leap YearHariom Vyas
90Scrape Medium ArticlesNaman Shah
91HackerNews ScrapperJavokhirbek
92Reduce Image SizeVipul Verma
93Easy Video PlayerBartu Yaman
94GeeksforGeeks Article downloaderShiv Thakur
95PDF to Textpi1814
96Unstructured Supplemenrary Service DataART
97Duplicate Files removerAnandha Krishnan Aji
98PNG to ICO converterweicheansoo
99Find IMDB RatingsUtkarsh Bajaj
100Terminal Based Hangman Gameneohboonyee99
101Whatsapp Boturmil89
102Zip BruterErdoğan YOKSUL
103CountDown TimerJapneet Kalra
close