Skip to content

Commit fb6a75f

Browse files
authored
Update README.md
1 parent 38c904f commit fb6a75f

File tree

1 file changed

+54
-2
lines changed

1 file changed

+54
-2
lines changed

README.md

+54-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ If you have any python project idea in your mind or you think Feel free to cont
77
### Difficulty Level : Easy
88

99
1. [Send Automatic Emails using Python](https://thecleverprogrammer.com/2021/06/11/send-automatic-emails-using-python/)
10-
11-
1210
2. [Defang IP Address](https://thecleverprogrammer.com/2021/02/22/defang-ip-address-using-python/)
1311
3. [Password Authentication using Python](https://thecleverprogrammer.com/2021/05/02/password-authentication-using-python/)
1412
4. [Web Scraping to create a dataset](https://thecleverprogrammer.com/2021/05/14/web-scraping-to-create-a-dataset-using-python/)
@@ -27,6 +25,60 @@ If you have any python project idea in your mind or you think Feel free to cont
2725
18. [Hash Tables using Python](https://thecleverprogrammer.com/2021/03/04/hash-tables-using-python/)
2826
19. [Queues using Python](https://thecleverprogrammer.com/2021/03/02/queues-using-python/)
2927
20. [Validate a Binary Search Tree](https://thecleverprogrammer.com/2021/03/01/validate-a-binary-search-tree-using-python/)
28+
---
29+
### Difficulty Level : Intermediate
30+
1. [Story Generator with Python](https://thecleverprogrammer.com/2021/01/11/story-generator-with-python/)
31+
2. [Generate Password with Python](https://thecleverprogrammer.com/2021/01/11/python-program-to-generate-password/)
32+
3. [Play Rock, Paper, and Scissors with Python](https://thecleverprogrammer.com/2021/01/10/rock-paper-and-scissors-game-with-python/)
33+
4. [Dice Roll Simulator](https://thecleverprogrammer.com/2021/01/10/dice-roll-simulator-with-python/)
34+
5. [QR Code Generator](https://thecleverprogrammer.com/2021/01/09/qr-codes-with-python/)
35+
6. [Animal Quiz Game](https://thecleverprogrammer.com/2021/01/03/create-a-quiz-game-with-python/)
36+
7. [Print Coloured Text](https://thecleverprogrammer.com/2020/12/23/print-colored-text-with-python/)
37+
8. [BMI Calculator](https://thecleverprogrammer.com/2020/12/21/bmi-calculator-with-python/)
38+
9. [Fahrenheit to Celcius Converter](https://thecleverprogrammer.com/2020/11/30/convert-fahrenheit-to-celsius-with-python/)
39+
10. [Taking Multiple User Inputs](https://thecleverprogrammer.com/2021/01/08/multiple-inputs-with-python-using-while-loop/)
40+
11. [Convert Roman Numbers to Decimals](https://thecleverprogrammer.com/2021/01/07/convert-roman-numbers-to-decimals-with-python/)
41+
12. [Pearson Correlation](https://thecleverprogrammer.com/2021/02/11/pearson-correlation-using-python/)
42+
13. [Treemap using Python](https://thecleverprogrammer.com/2021/05/16/treemap-using-python/)
43+
14. [Convert Image to an array](https://thecleverprogrammer.com/2021/06/08/convert-image-to-array-using-python/)
44+
15. [Scrape IMDb with Python](https://thecleverprogrammer.com/2021/06/02/scrape-imdb-using-python/)
45+
---
46+
### Difficulty Level : Advanced
47+
Visualize a Neural Network using Python
48+
Bias and Variance using Python
49+
Get Live Weather Updates using Python
50+
Count Objects in Image using Python
51+
Scrape Trending News using Python
52+
Real-time Stock Price Data Visualization using Python
53+
OTP Verification using Python
54+
Choropleth Map with Python
55+
Egg catcher game
56+
Extract Country Details
57+
Convert Text to Numerical data
58+
AUC and ROC using Python
59+
Interactive Language Translator
60+
Maximum Profit Finder
61+
Language Detection
62+
Histogram and Density Plots with Python
63+
Radar Plot with Python
64+
Create a Chatbot with Python
65+
Stopwords Removal
66+
Unicode Characters Removal
67+
Grammar Correction with Python
68+
Caterpillar Game with Python
69+
Maze Solver
70+
Encrypt and Decrypt Messages with Python
71+
Screen Pet Game with Python
72+
Robot Builder with Python
73+
Generate Word Clouds
74+
Bitcoin Mining
75+
Password Picker
76+
Typing Test Game GUI
77+
Contact Book with Python
78+
Hangman Game with Python
79+
URL Shortner with Python
80+
Digital Clock GUI
81+
Get Desktop Notifications with Python
3082

3183
## Errors/Bugs
3284
If you see an error message or run into an issue, please create bug report.

0 commit comments

Comments
 (0)