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

Commit c0da2f2

Browse files
authored
Update README.md
1 parent 56ff2a8 commit c0da2f2

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

docs/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ Python Project Collection
66
SR No | Project | Author
77
--- | --- | ---
88
1 | [Hello World](https://github.com/chavarera/python-mini-projects/tree/master/projects/Hello) | [Ravi Chavare](https://github.com/chavarera)
9-
2 | [JSON to CSV](https://github.com/chavarera/python-mini-projects/tree/master/projects/Convert_json_to_csv)| [Murilo Pagliuso](https://github.com/DarkCeptor44)
9+
2 | [JSON to CSV](https://github.com/chavarera/python-mini-projects/tree/master/projects/Convert_JSON_to_CSV)| [Murilo Pagliuso](https://github.com/DarkCeptor44)
1010
3 | [Random Password Generator](https://github.com/chavarera/python-mini-projects/tree/master/projects/Random_password_generator) | [Mitesh](https://github.com/Mitesh2499)
1111
4 | [Instagram Profile Info](https://github.com/chavarera/python-mini-projects/tree/master/projects/Instagram_profile) | [Ravi Chavare](https://github.com/chavarera)
12-
5 | [Search string in Files](https://github.com/chavarera/python-mini-projects/tree/master/projects/string_search_from_multiple_files) | [Mitesh](https://github.com/Mitesh2499)
12+
5 | [Search string in Files](https://github.com/chavarera/python-mini-projects/tree/master/projects/String_search_from_multiple_files) | [Mitesh](https://github.com/Mitesh2499)
1313
6 | [Fetch links from Webpage](https://github.com/chavarera/python-mini-projects/tree/master/projects/All_links_from_given_webpage) | [Mitesh](https://github.com/Mitesh2499) & [Michael Mba](https://github.com/mikeysan)
1414
7 | [Todo App With Flask](https://github.com/chavarera/python-mini-projects/tree/master/projects/Todo_app) | [Mitesh](https://github.com/Mitesh2499)
1515
8 | [Add Watermark on Images](https://github.com/chavarera/python-mini-projects/tree/master/projects/Image_watermark) | [Mitesh](https://github.com/Mitesh2499)
1616
9 | [WishList App Using Django](https://github.com/chavarera/python-mini-projects/tree/master/projects/WishList) | [Ravi Chavare](https://github.com/chavarera)
1717
10 | [Split Folders into Subfolders](https://github.com/chavarera/python-mini-projects/tree/master/projects/Split_folder_into_subfolders) | [Ravi Chavare](https://github.com/chavarera)
18-
11 | [Download bulk images](https://github.com/chavarera/python-mini-projects/tree/master/projects/download_images_from_website) | [Mitesh](https://github.com/Mitesh2499)
18+
11 | [Download bulk images](https://github.com/chavarera/python-mini-projects/tree/master/projects/Download_images_from_website) | [Mitesh](https://github.com/Mitesh2499)
1919
12 | [Random word from file](https://github.com/chavarera/python-mini-projects/tree/master/projects/Random_word_from_list) | [Ravi Chavare](https://github.com/chavarera)
2020
13 | [Battery notification](https://github.com/chavarera/python-mini-projects/tree/master/projects/Battery_notification) | [Mitesh](https://github.com/Mitesh2499)
2121
14 | [Calculate age](https://github.com/chavarera/python-mini-projects/tree/master/projects/Calculate_age) | [Gaodong](https://github.com/xlgd)
@@ -24,31 +24,31 @@ SR No | Project | Author
2424
17 | [Organize file system](https://github.com/chavarera/python-mini-projects/tree/master/projects/Organized_download_folder_with_different_categories) | [Mitesh](https://github.com/Mitesh2499)
2525
18 | [Send emails](https://github.com/chavarera/python-mini-projects/tree/master/projects/Send_email_from_csv) | [Mitesh](https://github.com/Mitesh2499)
2626
19 | [Get Ipaddress and Hostname of Website](https://github.com/chavarera/python-mini-projects/tree/master/projects/Find_out_hostname_and_ip_address) | [Nuh Mohammed](https://github.com/NuhMohammed)|
27-
20 | [Progressbar using tqdm](https://github.com/chavarera/python-mini-projects/tree/master/projects/Terminal_progress_barwith_images_resizing) | [Mitesh](https://github.com/Mitesh2499)
28-
21 | [Get meta information of images](https://github.com/Xlgd/python-mini-projects/tree/master/projects/Get_meta_information_of_images) | [Gaodong](https://github.com/xlgd)
29-
22 | [Captures Frames from video](https://github.com/chavarera/python-mini-projects/tree/master/projects/Capture_video_frames) | [phileinSophos](https://github.com/phileinSophos/)
27+
20 | [Progressbar using tqdm](https://github.com/chavarera/python-mini-projects/tree/master/projects/Terminal_progress_bar_with_images_resizing) | [Mitesh](https://github.com/Mitesh2499)
28+
21 | [Get meta information of images](https://github.com/chavarera/python-mini-projects/tree/master/projects/Get_meta_information_of_images) | [Gaodong](https://github.com/xlgd)
29+
22 | [Captures Frames from video](https://github.com/chavarera/python-mini-projects/tree/master/projects/Capture_Video_Frames) | [phileinSophos](https://github.com/phileinSophos/)
3030
23 | [Fetch Wifi Saved Password Windows](https://github.com/chavarera/python-mini-projects/tree/master/projects/Get_wifi_password) | [Mitesh](https://github.com/Mitesh2499)
3131
24 | [Save Screenshot of given Website](https://github.com/chavarera/python-mini-projects/tree/master/projects/Snapshot_of_given_website) | [m044de](https://github.com/m044de/)
32-
25 | [Split files using no of lines](https://github.com/chavarera/python-mini-projects/tree/master/projects/Split_file) | [phileinSophos](https://github.com/phileinSophos/)
32+
25 | [Split files using no of lines](https://github.com/chavarera/python-mini-projects/tree/master/projects/Split_File) | [phileinSophos](https://github.com/phileinSophos/)
3333
26 | [Encode and decode text using key](https://github.com/chavarera/python-mini-projects/tree/master/projects/Create_script_to_encode_and_decode_text) | [Gaodong](https://github.com/xlgd)
34-
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/)
34+
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/)
3535
28 | [Create password hash](https://github.com/chavarera/python-mini-projects/tree/master/projects/Hashing_passwords) | [m044de](https://github.com/m044de/)
3636
29 | [Encrypt file and folders](https://github.com/chavarera/python-mini-projects/tree/master/projects/Create_a_script_to_encrypt_files_and_folder) | [Gaodong](https://github.com/xlgd)
3737
30 | [Decimal to binary and vice versa](https://github.com/chavarera/python-mini-projects/tree/master/projects/Decimal_to_binary_convertor_and_vice_versa) | [Alan Anaya](https://github.com/alananayaa/)
3838
31 | [Cli Based Todo Application](https://github.com/chavarera/python-mini-projects/tree/master/projects/Cli_todo) | [Audrey Yang](https://github.com/audrey-yang)
3939
32 | [Currency Convertor cli app](https://github.com/chavarera/python-mini-projects/tree/master/projects/Currency_converter) | [github-of-wone](https://github.com/github-of-wone/)
4040
33 | [Stopwatch Application](https://github.com/chavarera/python-mini-projects/tree/master/projects/Create_a_simple_stopwatch) | [Gaodong](https://github.com/xlgd)
41-
34 | [CLI Proxy Tester](https://github.com/chavarera/python-mini-projects/tree/master/projects/Cli_proxy_tester) | [Ingo Kleiber](https://github.com/IngoKl)
42-
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)
41+
34 | [CLI Proxy Tester](https://github.com/chavarera/python-mini-projects/tree/master/projects/cli_proxy_tester) | [Ingo Kleiber](https://github.com/IngoKl)
42+
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)
4343
36 | [Compress file and folders](https://github.com/chavarera/python-mini-projects/tree/master/projects/Write_script_to_compress_folder_and_files) | [Gaodong](https://github.com/xlgd)
4444
37 | [Find IMDB movie ratings](https://github.com/chavarera/python-mini-projects/tree/master/projects/Find_imdb_rating) | [ShivSt](https://github.com/ShivSt)
45-
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)
46-
39 | [move files to alphabetically arranged folders](https://github.com/chavarera/python-mini-projects/tree/master/projects/Write_script_to_move_files_into_alphabetically_ordered_folder) | [Chathura Nimesh](https://github.com/kana800/)
45+
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)
46+
39 | [Move files to alphabetically arranged folders](https://github.com/chavarera/python-mini-projects/tree/master/projects/Write_script_to_move_files_into_alphabetically_ordered_folder) | [Chathura Nimesh](https://github.com/kana800/)
4747
40 | [Scrape Youtube video comment](https://github.com/chavarera/python-mini-projects/tree/master/projects/Web_scraping_a_youtube_comment) | [Saicharan67](https://github.com/Saicharan67)
4848
41 | [Website Summerization](https://github.com/chavarera/python-mini-projects/tree/master/projects/Web_page_summation) | [Believe Ohiozua](https://github.com/believeohiozua)
4949
42 | [Text To speech(mp3)](https://github.com/chavarera/python-mini-projects/tree/master/projects/Text_to_speech) | [Sergej Dikun](https://github.com/Serhazor)
50-
43 | [Image format conversio)](https://github.com/chavarera/python-mini-projects/tree/master/projects/Convert_imgs) | [Ramon Ferreira](https://github.com/ramonfsk)
51-
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)
50+
43 | [Image format conversio)](https://github.com/chavarera/python-mini-projects/tree/master/projects/convert_Imgs) | [Ramon Ferreira](https://github.com/ramonfsk)
51+
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)
5252
45 | [Check website connectivity](https://github.com/chavarera/python-mini-projects/tree/master/projects/Check_website_connectivity) | [Shiv Thakur](https://github.com/ShivSt)
5353
46 | [Fetch city weather information](https://github.com/chavarera/python-mini-projects/tree/master/projects/Fetch_current_weather) | [Kushal Agrawal](https://github.com/kushal98)
5454
47 | [Calculator App](https://github.com/chavarera/python-mini-projects/tree/master/projects/Create_calculator_app) | [Gaodong](https://github.com/xlgd)
@@ -58,24 +58,24 @@ SR No | Project | Author
5858
51 | [Split video using timeperiod](https://github.com/chavarera/python-mini-projects/tree/master/projects/Split_a_video_file_by_given_time_period) | [Chathura Nimesh](https://github.com/kana800/)
5959
52 | [Fetch unique words from file](https://github.com/chavarera/python-mini-projects/tree/master/projects/Unique_words_in_a_file) | [Rakshit Puri](https://github.com/skate1512)
6060
53 | [Speech to text converter](https://github.com/chavarera/python-mini-projects/tree/master/projects/Speech_to_text) | [Paulo Henrique](https://github.com/chavarera/python-mini-projects/tree/master/projects/Speech%20to%20text)
61-
54 | [Set Random Wallpaper](https://github.com/chavarera/python-mini-projects/tree/master/projects/write_a_script_to_download_a_random_image_from_unsplash_and_set_it_as_wallpaper) | [Chathura Nimesh](https://github.com/kana800/)
61+
54 | [Set Random Wallpaper](https://github.com/chavarera/python-mini-projects/tree/master/projects/Write_a_script_to_download_a_random_image_from_unsplash_and_set_it_as_wallpaper) | [Chathura Nimesh](https://github.com/kana800/)
6262
55 | [Find Dominant color from image](https://github.com/chavarera/python-mini-projects/tree/master/projects/Dominant_color) | [Mitesh](https://github.com/Mitesh2499)
63-
56 | [ascii art](https://github.com/chavarera/python-mini-projects/tree/master/projects/Ascii_art) | [Shiny Akash](https://github.com/Shiny-Akash)
63+
56 | [Ascii art](https://github.com/chavarera/python-mini-projects/tree/master/projects/Ascii_art) | [Shiny Akash](https://github.com/Shiny-Akash)
6464
57 | [Merge Pdf Files](https://github.com/chavarera/python-mini-projects/tree/master/projects/Merge_pdfs) | [ShivSt](https://github.com/ShivSt)
6565
58 | [Fetch Open Port](https://github.com/chavarera/python-mini-projects/tree/master/projects/Fetch_open_ports) | [Kushal Agrawal](https://github.com/kushal98)
6666
59 | [Convert Numbers To Words](https://github.com/chavarera/python-mini-projects/tree/master/projects/Convert_numbers_to_word) | [Niraj Shrestha](https://github.com/CrestNiraj12)
6767
60 | [Restart and Shutdown System](https://github.com/chavarera/python-mini-projects/tree/master/projects/Shutdown_or_restart_your_device) | [Phillibob55](https://github.com/Phillibob55)
6868
61 | [Check website connectivity](https://github.com/chavarera/python-mini-projects/tree/master/projects/Check_website_connectivity) | [Shiv Thakur](https://github.com/ShivSt)
69-
62 | [Digital clock using tkinter](https://github.com/chavarera/python-mini-projects/tree/master/projects/Digital_Clock) | [Aditya Jetely](https://github.com/adityaj7)
69+
62 | [Digital clock using tkinter](https://github.com/chavarera/python-mini-projects/tree/master/projects/Digital_clock) | [Aditya Jetely](https://github.com/adityaj7)
7070
63 | [Covert Image To Pdf](https://github.com/chavarera/python-mini-projects/tree/master/projects/Convert_a_image_to_pdf) | [Gaodong](https://github.com/xlgd)
7171
64 | [Store emails in csv file](https://github.com/chavarera/python-mini-projects/tree/master/projects/Store_emails_in_csv) | [Shiv Thakur](https://github.com/ShivSt)
7272
65 | [Test Internet Connection](https://github.com/chavarera/python-mini-projects/tree/master/projects/Internet_connection_check) | [Jacob Ogle](https://github.com/Jakeogle94)
73-
66 | [XKCD Comics Downloader](https://github.com/chavarera/python-mini-projects/tree/master/projects/Xkcd_downloader)| [Aditya Jetely](https://github.com/AdityaJ7)
73+
66 | [XKCD Comics Downloader](https://github.com/chavarera/python-mini-projects/tree/master/projects/XKCD_downloader)| [Aditya Jetely](https://github.com/AdityaJ7)
7474
67 | [Website Blocker And Unblocker](https://github.com/chavarera/python-mini-projects/tree/master/projects/Website_blocker)| [Phillibob55](https://github.com/Phillibob55)
7575
68 | [Fetch Domain Dns Record ](https://github.com/chavarera/python-mini-projects/tree/master/projects/Dns_record)| [Aditya Jetely](https://github.com/AdityaJ7)
7676
69 | [Python-Auto-Draw](https://github.com/chavarera/python-mini-projects/tree/master/projects/Python_auto_draw)| [Tushar Nankani](https://github.com/tusharnankani)
7777
70 | [News Website Scraper](https://github.com/chavarera/python-mini-projects/tree/master/projects/News_website_scraper)| [pratik-choudhari](https://github.com/pratik-choudhari)
78-
71 | [Rock Paper Scissors Game](https://github.com/chavarera/python-mini-projects/tree/master/projects/Rockpaperscissors_game)| [Tushar Nankani](https://github.com/tusharnankani)
78+
71 | [Rock Paper Scissors Game](https://github.com/chavarera/python-mini-projects/tree/master/projects/RockPaperScissors_Game)| [Tushar Nankani](https://github.com/tusharnankani)
7979
72 | [Zip File Extractor](https://github.com/chavarera/python-mini-projects/tree/master/projects/Extract_zip_files)| [Aditya Jetely](https://github.com/AdityaJ7)
8080
73 | [Random Password Generator](https://github.com/chavarera/python-mini-projects/blob/master/projects/Random_password_generator)| [Tushar Nankani](https://github.com/tusharnankani)
8181
74 | [Script to perform Geocoding](https://github.com/chavarera/python-mini-projects/tree/master/projects/Geocoding)| [Aditya Jetely](https://github.com/AdityaJ7)
@@ -86,8 +86,8 @@ SR No | Project | Author
8686
79 | [Tic Tac Toe with AI](https://github.com/chavarera/python-mini-projects/tree/master/projects/Tic_tac_toe_with_ai)| [Tushar Nankani](https://github.com/tusharnankani)
8787
80 | [Cartoonify an Image](https://github.com/chavarera/python-mini-projects/tree/master/projects/Easy_cartoonify)| [Bartu Yaman](https://github.com/brtymn)
8888
81 | [Quote Scrapper](https://github.com/chavarera/python-mini-projects/tree/master/projects/Scrape_quotes)| [Anandha Krishnan Aji](https://github.com/anandhakrishnanaji)
89-
82 | [Time To Load Website](https://github.com/chavarera/python-mini-projects/tree/master/projects/Time_to_load_Website)| [Aditya Jetely](https://github.com/AdityaJ7)
89+
82 | [Time To Load Website](https://github.com/chavarera/python-mini-projects/tree/master/projects/Time_to_load_website)| [Aditya Jetely](https://github.com/AdityaJ7)
9090
83 | [Customer Loan Repayment Prediction](https://github.com/chavarera/python-mini-projects/tree/master/Notebooks/Customer_loan_repayment_problem)| [ART](https://github.com/Tomyzon1728)
9191
84 | [Generate Wordcloud from Wikipedia Article](https://github.com/chavarera/python-mini-projects/tree/master/projects/Wikipedia_search_wordcloud)| [Naman Shah](https://github.com/namanshah01)
9292
85 | [Number Guessing Game](https://github.com/chavarera/python-mini-projects/tree/master/projects/Number_guessing_game)| [Javokhirbek](https://github.com/leader2one)
93-
86 | [Convert JPEG to PNG](https://github.com/chavarera/python-mini-projects/tree/master/projects/Convert_jpeg_to_png)| [AnuragGupta](https://github.com/AnuragGupta806)
93+
86 | [Convert JPEG to PNG](https://github.com/chavarera/python-mini-projects/tree/master/projects/Convert_JPEG_to_PNG)| [AnuragGupta](https://github.com/AnuragGupta806)

0 commit comments

Comments
 (0)