└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # 50+ Python Projects for Everyone. 2 | ## Introduction πŸ‘‹ 3 | Projects are necessary while learning any programming language. Here are 50+ python projects with their source code for different levels of programmers that can inspire you. 4 | ## Contribute πŸ’‘ 5 | If you have any python project idea in your mind or you think Feel free to contribute to this github repo. 6 | To contribute : [Click Here](https://github.com/thegeekyb0y/pythonprojects/issues/new/choose) 7 | 8 | ### Difficulty Level : Easy 9 | 10 | 1. [Send Automatic Emails using Python](https://thecleverprogrammer.com/2021/06/11/send-automatic-emails-using-python/) 11 | 2. [Defang IP Address](https://thecleverprogrammer.com/2021/02/22/defang-ip-address-using-python/) 12 | 3. [Password Authentication using Python](https://thecleverprogrammer.com/2021/05/02/password-authentication-using-python/) 13 | 4. [Web Scraping to create a dataset](https://thecleverprogrammer.com/2021/05/14/web-scraping-to-create-a-dataset-using-python/) 14 | 5. [Resume Scanner](https://thecleverprogrammer.com/2021/05/30/resume-scanner-using-python/) 15 | 6. [Merge Sort Algorithm](https://thecleverprogrammer.com/2021/04/22/merge-sort-using-python/) 16 | 7. [Pick a Random card using Python](https://thecleverprogrammer.com/2021/04/26/pick-a-random-card-using-python/) 17 | 8. [Quartile Deviation using Python](https://thecleverprogrammer.com/2021/05/04/quartile-deviation-using-python/) 18 | 9. [Count Character Occurrences](https://thecleverprogrammer.com/2021/03/12/count-character-occurrences-using-python/) 19 | 10. [Pyramid Pattern using Python](https://thecleverprogrammer.com/2021/04/28/pyramid-pattern-using-python/) 20 | 11. [Sequential Search](https://thecleverprogrammer.com/2021/03/10/sequential-search-using-python/) 21 | 13. [Sorting NumPy Arrays](https://thecleverprogrammer.com/2021/03/14/sort-numpy-arrays-using-python/) 22 | 14. [Validate Anagrams](https://thecleverprogrammer.com/2021/03/08/validate-anagrams-using-python/) 23 | 15. [Create Tables with Python](https://thecleverprogrammer.com/2021/03/18/create-tables-using-python/) 24 | 16. [Recursive Binary Search](https://thecleverprogrammer.com/2021/03/06/recursive-binary-search-using-python/) 25 | 17. [Dijkstra’s Algorithm using Python](https://thecleverprogrammer.com/2021/04/18/dijkstras-algorithm-using-python/) 26 | 18. [Hash Tables using Python](https://thecleverprogrammer.com/2021/03/04/hash-tables-using-python/) 27 | 19. [Queues using Python](https://thecleverprogrammer.com/2021/03/02/queues-using-python/) 28 | 20. [Validate a Binary Search Tree](https://thecleverprogrammer.com/2021/03/01/validate-a-binary-search-tree-using-python/) 29 | --- 30 | ### Difficulty Level : Intermediate 31 | 1. [Story Generator with Python](https://thecleverprogrammer.com/2021/01/11/story-generator-with-python/) 32 | 2. [Generate Password with Python](https://thecleverprogrammer.com/2021/01/11/python-program-to-generate-password/) 33 | 3. [Play Rock, Paper, and Scissors with Python](https://thecleverprogrammer.com/2021/01/10/rock-paper-and-scissors-game-with-python/) 34 | 4. [Dice Roll Simulator](https://thecleverprogrammer.com/2021/01/10/dice-roll-simulator-with-python/) 35 | 5. [QR Code Generator](https://thecleverprogrammer.com/2021/01/09/qr-codes-with-python/) 36 | 6. [Animal Quiz Game](https://thecleverprogrammer.com/2021/01/03/create-a-quiz-game-with-python/) 37 | 7. [Print Coloured Text](https://thecleverprogrammer.com/2020/12/23/print-colored-text-with-python/) 38 | 8. [BMI Calculator](https://thecleverprogrammer.com/2020/12/21/bmi-calculator-with-python/) 39 | 9. [Fahrenheit to Celcius Converter](https://thecleverprogrammer.com/2020/11/30/convert-fahrenheit-to-celsius-with-python/) 40 | 10. [Taking Multiple User Inputs](https://thecleverprogrammer.com/2021/01/08/multiple-inputs-with-python-using-while-loop/) 41 | 11. [Convert Roman Numbers to Decimals](https://thecleverprogrammer.com/2021/01/07/convert-roman-numbers-to-decimals-with-python/) 42 | 12. [Pearson Correlation](https://thecleverprogrammer.com/2021/02/11/pearson-correlation-using-python/) 43 | 13. [Treemap using Python](https://thecleverprogrammer.com/2021/05/16/treemap-using-python/) 44 | 14. [Convert Image to an array](https://thecleverprogrammer.com/2021/06/08/convert-image-to-array-using-python/) 45 | 15. [Scrape IMDb with Python](https://thecleverprogrammer.com/2021/06/02/scrape-imdb-using-python/) 46 | --- 47 | ### Difficulty Level : Advanced 48 | 1. [Visualize a Neural Network using Python](https://thecleverprogrammer.com/2021/06/07/visualize-a-neural-network-using-python/) 49 | 2. [Bias and Variance using Python](https://thecleverprogrammer.com/2021/05/20/bias-and-variance-using-python/) 50 | 3. [Get Live Weather Updates using Python](https://thecleverprogrammer.com/2021/05/21/get-live-weather-updates-using-python/) 51 | 4. [Count Objects in Image using Python](https://thecleverprogrammer.com/2021/05/11/count-objects-in-image-using-python/) 52 | 5. [Scrape Trending News using Python](https://thecleverprogrammer.com/2021/05/10/scrape-trending-news-using-python/) 53 | 6. [Real-time Stock Price Data Visualization using Python](https://thecleverprogrammer.com/2021/05/01/real-time-stock-price-data-visualization-using-python/) 54 | 7. [OTP Verification using Python](https://thecleverprogrammer.com/2021/04/14/otp-verification-using-python/) 55 | 8. [Choropleth Map with Python](https://thecleverprogrammer.com/2021/04/20/choropleth-map-using-python/) 56 | 9. [Egg catcher game](https://thecleverprogrammer.com/2021/04/23/egg-catcher-game-using-python/) 57 | 10. [Extract Country Details](https://thecleverprogrammer.com/2021/04/12/countryinfo-in-python-tutorial/) 58 | 11. [Convert Text to Numerical data](https://thecleverprogrammer.com/2021/04/17/convert-text-into-numerical-data-using-python/) 59 | 12. [AUC and ROC using Python](https://thecleverprogrammer.com/2021/04/07/auc-and-roc-curve-using-python/) 60 | 13. [Interactive Language Translator](https://thecleverprogrammer.com/2021/04/02/language-translator-using-python/) 61 | 14. [Maximum Profit Finder](https://thecleverprogrammer.com/2021/03/24/find-maximum-profit-using-python/) 62 | 15. [Language Detection](https://thecleverprogrammer.com/2021/04/04/language-detection-with-python/) 63 | 16. [Histogram and Density Plots with Python](https://thecleverprogrammer.com/2021/03/30/histogram-and-density-plots-using-python/) 64 | 17. [Radar Plot with Python](https://thecleverprogrammer.com/2021/04/06/radar-plot-using-python/) 65 | 18. [Create a Chatbot with Python](https://thecleverprogrammer.com/2021/03/25/chatbot-using-python/) 66 | 19. [Stopwords Removal](https://thecleverprogrammer.com/2021/03/28/remove-stop-words-using-python/) 67 | 20. [Unicode Characters Removal](https://thecleverprogrammer.com/2021/03/29/remove-unicode-characters-using-python/) 68 | 21. [Grammar Correction with Python](https://thecleverprogrammer.com/2021/03/16/grammar-correction-using-python/) 69 | 22. [Caterpillar Game with Python](https://thecleverprogrammer.com/2021/02/05/caterpillar-game-with-python/) 70 | 23. [Maze Solver](https://thecleverprogrammer.com/2021/01/26/maze-solver-with-python/) 71 | 24. [Encrypt and Decrypt Messages with Python](https://thecleverprogrammer.com/2021/01/25/encrypt-and-decrypt-using-python/) 72 | 28. [Bitcoin Mining](https://thecleverprogrammer.com/2021/01/18/bitcoin-mining-with-python/) 73 | 29. [Password Picker](https://thecleverprogrammer.com/2021/01/17/password-picker-with-python/) 74 | 30. [Typing Test Game GUI](https://thecleverprogrammer.com/2021/01/17/typing-speed-test-gui-with-python/) 75 | 33. [URL Shortner with Python](https://thecleverprogrammer.com/2021/01/15/url-shortener-with-python/) 76 | 77 | --- 78 | ## Errors/Bugs 79 | If you see an error message or run into an issue, please create bug report. 80 | To create a bug report, [Click Here](https://github.com/thegeekyb0y/pythonprojects/issues/new/choose) 81 | 82 | 83 | ### **πŸ“ Note** 84 | 85 | 86 | Most of the tutorials are taken from www.thecleverprogrammer.com . You can follow his blogs for more python projects. 87 | 88 | --- 89 | ### Connect with Me 🀝 90 | [Instagram](https://www.instagram.com/thegeekyb0y) | [Twitter](https://www.twitter.com/thegeekyb0y) | [Linkedin](https://www.linkedin.com/in/adityacodes) 91 | --------------------------------------------------------------------------------