Skip to content

Commit 0c8b0a2

Browse files
authored
Update README.md
1 parent 3265f96 commit 0c8b0a2

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

README.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
2+
# mini-projects-python
3+
4+
A collection of simple python mini projects to enhance your python skills
5+
6+
If you want to learn about python visit [Here](https://github.com/chavarera/PythonScript)
7+
8+
## Steps To Follow
9+
10+
- Select an issue
11+
- Open [project here](https://github.com/chavarera/python-mini-projects)
12+
- Create a fork of the project
13+
- Create clone of forked project on your local machine
14+
- Checkout to development branch
15+
- Create a folder in projects directory according to issue name
16+
- Write your code
17+
- Commit the changes
18+
- Push the code
19+
- Create a pull request
20+
21+
## Connect On Social media
22+
[Join WhatsApp group](https://chat.whatsapp.com/Ghp25kidWLaGrAVA0G0GAa)
23+
## Contributors ✨
24+
25+
SR No | Project | Author
26+
--- | --- | ---
27+
1 | [Hello World](https://github.com/chavarera/python-mini-projects/tree/master/projects/Hello) | [Ravi Chavare](https://github.com/chavarera)
28+
2 | [JSON to CSV](https://github.com/chavarera/python-mini-projects/tree/master/projects/Convert_JSON_to_CSV)| [Murilo Pagliuso](https://github.com/DarkCeptor44)
29+
3 | [Random Password Generator](https://github.com/chavarera/python-mini-projects/tree/master/projects/Random%20password%20generator) | [Mitesh](https://github.com/Mitesh2499)
30+
4 | [Instagram Profile Info](https://github.com/chavarera/python-mini-projects/tree/master/projects/InstagramProfile) | [Ravi Chavare](https://github.com/chavarera)
31+
5 | [Search string in Files](https://github.com/chavarera/python-mini-projects/tree/master/projects/string%20search%20from%20multiple%20files) | [Mitesh](https://github.com/Mitesh2499)
32+
6 | [Fetch links from Webpage](https://github.com/chavarera/python-mini-projects/tree/master/projects/All%20Links%20from%20given%20Webpage) | [Mitesh](https://github.com/Mitesh2499)
33+
7 | [Todo App With Flask](https://github.com/chavarera/python-mini-projects/tree/master/projects/Todo%20app) | [Mitesh](https://github.com/Mitesh2499)
34+
8 | [Add Watermark on Images](https://github.com/chavarera/python-mini-projects/tree/master/projects/image%20watermark) | [Mitesh](https://github.com/Mitesh2499)
35+
9 | [WishList App Using Django](https://github.com/chavarera/python-mini-projects/tree/master/projects/WishList) | [Ravi Chavare](https://github.com/chavarera)
36+
10 | [Split Folders into Subfolders](https://github.com/chavarera/python-mini-projects/tree/master/projects/split%20folder%20into%20subfolders) | [Ravi Chavare](https://github.com/chavarera)
37+
11 | [Download bulk images](https://github.com/chavarera/python-mini-projects/tree/master/projects/download%20images%20from%20website) | [Mitesh](https://github.com/Mitesh2499)
38+
12 | [Random word from file](https://github.com/chavarera/python-mini-projects/tree/master/projects/Random_word_from_list) |
39+
13 | [Battery notification](https://github.com/chavarera/python-mini-projects/tree/master/projects/battery%20notification) | [Mitesh](https://github.com/Mitesh2499)
40+
14 | [Calculate age](https://github.com/chavarera/python-mini-projects/tree/master/projects/Calculate%20age) | [Gaodong](https://github.com/xlgd)
41+
15 | [Text file analysis](https://github.com/chavarera/python-mini-projects/tree/master/projects/Textfile%20analysis) | [m044de](https://github.com/m044de/)
42+
16 | [Generate image snipets](https://github.com/chavarera/python-mini-projects/tree/master/projects/py-carbon-clips) | [ravi chavare](https://github.com/chavarera/)
43+
17 | [Organize file system](https://github.com/chavarera/python-mini-projects/tree/master/projects/organized%20download%20folder%20with%20different%20categories) | [Mitesh](https://github.com/Mitesh2499)
44+
18 | [Send emails](https://github.com/chavarera/python-mini-projects/tree/master/projects/send%20email%20from%20CSV) | [Mitesh](https://github.com/Mitesh2499)
45+
19 | [Get Ipaddress and Hostname of Website](https://github.com/chavarera/python-mini-projects/tree/master/projects/Find%20Out%20Hostname%20and%20IP%20address) | [Nuh Mohammed](https://github.com/NuhMohammed)|
46+
20 | [Progressbar using tqdm](https://github.com/chavarera/python-mini-projects/tree/master/projects/Terminal%20Progress%20Bar%20with%20Images%20Resizing) | [Mitesh](https://github.com/Mitesh2499)
47+
21 | [Get meta information of images](https://github.com/Xlgd/python-mini-projects/tree/master/projects/Get%20meta%20information%20of%20images) | [Gaodong](https://github.com/xlgd)
48+
22 | [Captures Frames from video](https://github.com/chavarera/python-mini-projects/tree/master/projects/Capture_Video_Frames) | [phileinSophos](https://github.com/phileinSophos/)
49+
23 | [Fetch Wifi Saved Password Windows](https://github.com/chavarera/python-mini-projects/tree/master/projects/Get%20Wifi%20password) | [Mitesh](https://github.com/Mitesh2499)
50+
24 | [Save Screenshot of given Website](https://github.com/chavarera/python-mini-projects/tree/master/projects/snapshot%20of%20given%20website) | [m044de](https://github.com/m044de/)
51+
25 | [Split files using no of lines](https://github.com/chavarera/python-mini-projects/tree/master/projects/Split_File) | [phileinSophos](https://github.com/phileinSophos/)
52+
26 | [Encode and decode text using key](https://github.com/chavarera/python-mini-projects/tree/master/projects/create%20script%20to%20encode%20and%20decode%20text) | [Gaodong](https://github.com/xlgd)
53+
27 | [captures screenshot at regular interval of time](https://github.com/chavarera/python-mini-projects/tree/master/projects/capture_screenshot) | [d33pc](https://github.com/d33pc/)
54+
28 | [Create password hash](https://github.com/chavarera/python-mini-projects/tree/master/projects/hashing%20passwords) | [m044de](https://github.com/m044de/)
55+
29 | [Encrypt file and folders](https://github.com/chavarera/python-mini-projects/tree/master/projects/create%20a%20script%20to%20encrypt%20files%20and%20folder) | [Gaodong](https://github.com/xlgd)
56+
30 | [Decimal to binary and vice versa](https://github.com/chavarera/python-mini-projects/tree/master/projects/decimal%20to%20binary%20convertor%20and%20vice%20versa) | [Alan Anaya](https://github.com/alananayaa/)
57+
31 | [Cli Based Todo Application](https://github.com/chavarera/python-mini-projects/tree/master/projects/CLI%20Todo) | [Audrey Yang](https://github.com/audrey-yang)
58+
32 | [Currency Convertor cli app](https://github.com/chavarera/python-mini-projects/tree/master/projects/Currency%20Converter) | [github-of-wone](https://github.com/github-of-wone/)
59+
33 | [Stopwatch Application](https://github.com/chavarera/python-mini-projects/tree/master/projects/create%20a%20simple%20stopwatch) | [Gaodong](https://github.com/xlgd)
60+
34 | [CLI Proxy Tester](https://github.com/chavarera/python-mini-projects/tree/master/projects/cli_proxy_tester) | [Ingo Kleiber](https://github.com/IngoKl)
61+
35 | [XML to JSON file Convertor](https://github.com/chavarera/python-mini-projects/tree/master/projects/Convert_XML_To_JSON) | [John Kirtley](https://github.com/johnkirtley)
62+
36 | [Compress file and folders](https://github.com/chavarera/python-mini-projects/tree/master/projects/write%20script%20to%20compress%20folder%20and%20files) | [Gaodong](https://github.com/xlgd)
63+
37 | [Find IMDB movie ratings](https://github.com/chavarera/python-mini-projects/tree/master/projects/Find%20IMDb%20rating) | [ShivSt](https://github.com/ShivSt)
64+
38 | [Convert dictionary to python object](https://github.com/chavarera/python-mini-projects/tree/master/projects/convert_dictionary_to_python_object) | [Varun-22](https://github.com/Varun-22)
65+
39 | [move files to alphabetically arranged folders](https://github.com/chavarera/python-mini-projects/tree/master/projects/Write%20script%20to%20move%20files%20into%20alphabetically%20ordered%20folder) | [Chathura Nimesh](https://github.com/kana800/)
66+
40 | [Scrape Youtube video comment](https://github.com/chavarera/python-mini-projects/tree/master/projects/Web%20scraping%20a%20youtube%20comment) | [Saicharan67](https://github.com/Saicharan67)
67+
41 | [Website Summerization](https://github.com/chavarera/python-mini-projects/tree/master/projects/Web%20scraping%20a%20youtube%20comment) | [Believe Ohiozua](https://github.com/believeohiozua)
68+
42 | [Text To speech(mp3)](https://github.com/chavarera/python-mini-projects/tree/master/projects/TextToSpeech) | [Sergej Dikun](https://github.com/Serhazor)
69+
43 | [Image format conversio)](https://github.com/chavarera/python-mini-projects/tree/master/projects/convert_Imgs) | [Ramon Ferreira](https://github.com/ramonfsk)
70+
44 | [Save random article from wikipedia](https://github.com/chavarera/python-mini-projects/tree/master/projects/Random_Wikipedia_Article) | [Rakshit Puri](https://github.com/skate1512)
71+
45 | [Check website connectivity](https://github.com/chavarera/python-mini-projects/tree/master/projects/check%20website%20connectivity) | [Shiv Thakur](https://github.com/ShivSt)
72+
46 | [Fetch city weather information](https://github.com/chavarera/python-mini-projects/tree/master/projects/Fetch%20Current%20Weather) | [Kushal Agrawal](https://github.com/kushal98)
73+
47 | [Calculator App](https://github.com/chavarera/python-mini-projects/tree/master/projects/Create%20calculator%20app) | [Gaodong](https://github.com/xlgd)
74+
48 | [Merge Csv files](https://github.com/chavarera/python-mini-projects/tree/master/projects/Merge%20CSV%20Files) | [Kushal Agrawal](https://github.com/kushal98)
75+
49 | [Fetch tweets and save in csv](https://github.com/chavarera/python-mini-projects/tree/master/projects/Fetch%20and%20Store%20Tweets) | [Kushal Agrawal](https://github.com/kushal98)
76+
50 | [Language Translator using googletrans](https://github.com/chavarera/python-mini-projects/tree/master/projects/Language%20Translator) | [Ashiqur Rahman Tusher](https://github.com/ashikurt77)
77+
51 | [Split video using timeperiod](https://github.com/chavarera/python-mini-projects/tree/master/projects/split%20a%20video%20file%20by%20given%20time%20period) | [Chathura Nimesh](https://github.com/kana800/)
78+
52 | [Fetch unique words from file](https://github.com/chavarera/python-mini-projects/tree/master/projects/Unique%20words%20in%20a%20file) | [Rakshit Puri](https://github.com/skate1512)
79+
53 | [Speech to text converter](https://github.com/chavarera/python-mini-projects/tree/master/projects/Speech%20to%20text) | [Paulo Henrique](https://github.com/chavarera/python-mini-projects/tree/master/projects/Speech%20to%20text)
80+
54 | [Set Random Wallpaper](https://github.com/chavarera/python-mini-projects/tree/master/projects/write%20a%20script%20to%20download%20a%20random%20image%20from%20unsplash%20and%20set%20it%20as%20wallpaper) | [Chathura Nimesh](https://github.com/kana800/)
81+
55 | [Find Dominant color from image](https://github.com/chavarera/python-mini-projects/tree/master/projects/dominant%20color) | [Mitesh](https://github.com/Mitesh2499)
82+
56 | [ascii art](https://github.com/chavarera/python-mini-projects/tree/master/projects/asciiart) | [Shiny Akash](https://github.com/Shiny-Akash)
83+
57 | [Merge Pdf Files](https://github.com/chavarera/python-mini-projects/tree/master/projects/merge%20pdfs) | [ShivSt](https://github.com/ShivSt)
84+
58 | [Fetch Open Port](https://github.com/chavarera/python-mini-projects/tree/master/projects/Fetch%20Open%20Ports) | [Kushal Agrawal](https://github.com/kushal98)
85+
59 | [Convert Numbers To Words](https://github.com/chavarera/python-mini-projects/tree/master/projects/convert%20numbers%20to%20word) | [Niraj Shrestha](https://github.com/CrestNiraj12)
86+
60 | [Restart and Shutdown System](https://github.com/chavarera/python-mini-projects/tree/master/projects/Shutdown%20or%20restart%20your%20device) | [Phillibob55](https://github.com/Phillibob55)
87+
61 | [Check website connectivity](https://github.com/chavarera/python-mini-projects/tree/master/projects/qr%20code%20generator) | [Shiv Thakur](https://github.com/ShivSt)
88+
62 | [Digital clock using tkinter](https://github.com/chavarera/python-mini-projects/tree/master/projects/Digital%20Clock) | [Aditya Jetely](https://github.com/adityaj7)
89+
63 | [Covert Image To Pdf](https://github.com/chavarera/python-mini-projects/tree/master/projects/convert%20a%20image%20to%20pdf) | [Gaodong](https://github.com/xlgd)
90+
64 | [Store emails in csv file](https://github.com/chavarera/python-mini-projects/tree/master/projects/store%20emails%20in%20csv) | [Shiv Thakur](https://github.com/ShivSt)
91+
65 | [Test Internet Connection](https://github.com/chavarera/python-mini-projects/tree/master/projects/Internet%20Connection%20Check) | [Jacob Ogle](https://github.com/Jakeogle94)
92+
66 | [XKCD Comics Downloader](https://github.com/chavarera/python-mini-projects/tree/master/projects/XKCD_downloader)| [Aditya Jetely](https://github.com/adityaj7)
93+
67 | [Website Blocker And Unblocker](https://github.com/chavarera/python-mini-projects/tree/master/projects/Website%20Blocker)| [Phillibob55](https://github.com/Phillibob55)

0 commit comments

Comments
 (0)