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