{"id":50288810,"url":"https://github.com/thegeekyb0y/pythonprojects","last_synced_at":"2026-05-28T04:04:34.498Z","repository":{"id":41457928,"uuid":"496566969","full_name":"thegeekyb0y/pythonprojects","owner":"thegeekyb0y","description":"Python Projects with their source code to inspire you .","archived":false,"fork":false,"pushed_at":"2022-05-28T15:27:32.000Z","size":23,"stargazers_count":67,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2023-03-06T03:29:16.298Z","etag":null,"topics":["python","python3","pythonprojects"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thegeekyb0y.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-26T09:58:52.000Z","updated_at":"2023-02-24T21:24:01.000Z","dependencies_parsed_at":"2022-08-04T01:30:45.266Z","dependency_job_id":null,"html_url":"https://github.com/thegeekyb0y/pythonprojects","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/thegeekyb0y/pythonprojects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegeekyb0y%2Fpythonprojects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegeekyb0y%2Fpythonprojects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegeekyb0y%2Fpythonprojects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegeekyb0y%2Fpythonprojects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thegeekyb0y","download_url":"https://codeload.github.com/thegeekyb0y/pythonprojects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegeekyb0y%2Fpythonprojects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33593438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","python3","pythonprojects"],"created_at":"2026-05-28T04:04:22.708Z","updated_at":"2026-05-28T04:04:34.479Z","avatar_url":"https://github.com/thegeekyb0y.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 50+ Python Projects for Everyone.\n## Introduction 👋\nProjects 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. \n## Contribute 💡\nIf you have any python project idea in your mind or you think  Feel free to contribute to this github repo.\nTo contribute : [Click Here](https://github.com/thegeekyb0y/pythonprojects/issues/new/choose)\n\n### Difficulty Level : Easy\n\n1. [Send Automatic Emails using Python](https://thecleverprogrammer.com/2021/06/11/send-automatic-emails-using-python/)\n2. [Defang IP Address](https://thecleverprogrammer.com/2021/02/22/defang-ip-address-using-python/)\n3. [Password Authentication using Python](https://thecleverprogrammer.com/2021/05/02/password-authentication-using-python/)\n4. [Web Scraping to create a dataset](https://thecleverprogrammer.com/2021/05/14/web-scraping-to-create-a-dataset-using-python/)\n5. [Resume Scanner](https://thecleverprogrammer.com/2021/05/30/resume-scanner-using-python/)\n6. [Merge Sort Algorithm](https://thecleverprogrammer.com/2021/04/22/merge-sort-using-python/)\n7. [Pick a Random card using Python](https://thecleverprogrammer.com/2021/04/26/pick-a-random-card-using-python/)\n8. [Quartile Deviation using Python](https://thecleverprogrammer.com/2021/05/04/quartile-deviation-using-python/)\n9. [Count Character Occurrences](https://thecleverprogrammer.com/2021/03/12/count-character-occurrences-using-python/)\n10. [Pyramid Pattern using Python](https://thecleverprogrammer.com/2021/04/28/pyramid-pattern-using-python/)\n11. [Sequential Search](https://thecleverprogrammer.com/2021/03/10/sequential-search-using-python/)\n13. [Sorting NumPy Arrays](https://thecleverprogrammer.com/2021/03/14/sort-numpy-arrays-using-python/)\n14. [Validate Anagrams](https://thecleverprogrammer.com/2021/03/08/validate-anagrams-using-python/)\n15. [Create Tables with Python](https://thecleverprogrammer.com/2021/03/18/create-tables-using-python/)\n16. [Recursive Binary Search](https://thecleverprogrammer.com/2021/03/06/recursive-binary-search-using-python/)\n17. [Dijkstra’s Algorithm using Python](https://thecleverprogrammer.com/2021/04/18/dijkstras-algorithm-using-python/)\n18. [Hash Tables using Python](https://thecleverprogrammer.com/2021/03/04/hash-tables-using-python/)\n19. [Queues using Python](https://thecleverprogrammer.com/2021/03/02/queues-using-python/)\n20. [Validate a Binary Search Tree](https://thecleverprogrammer.com/2021/03/01/validate-a-binary-search-tree-using-python/)\n---\n### Difficulty Level : Intermediate\n1. [Story Generator with Python](https://thecleverprogrammer.com/2021/01/11/story-generator-with-python/)\n2. [Generate Password with Python](https://thecleverprogrammer.com/2021/01/11/python-program-to-generate-password/)\n3. [Play Rock, Paper, and Scissors with Python](https://thecleverprogrammer.com/2021/01/10/rock-paper-and-scissors-game-with-python/)\n4. [Dice Roll Simulator](https://thecleverprogrammer.com/2021/01/10/dice-roll-simulator-with-python/)\n5. [QR Code Generator](https://thecleverprogrammer.com/2021/01/09/qr-codes-with-python/)\n6. [Animal Quiz Game](https://thecleverprogrammer.com/2021/01/03/create-a-quiz-game-with-python/)\n7. [Print Coloured Text](https://thecleverprogrammer.com/2020/12/23/print-colored-text-with-python/)\n8. [BMI Calculator](https://thecleverprogrammer.com/2020/12/21/bmi-calculator-with-python/)\n9. [Fahrenheit to Celcius Converter](https://thecleverprogrammer.com/2020/11/30/convert-fahrenheit-to-celsius-with-python/)\n10. [Taking Multiple User Inputs](https://thecleverprogrammer.com/2021/01/08/multiple-inputs-with-python-using-while-loop/)\n11. [Convert Roman Numbers to Decimals](https://thecleverprogrammer.com/2021/01/07/convert-roman-numbers-to-decimals-with-python/)\n12. [Pearson Correlation](https://thecleverprogrammer.com/2021/02/11/pearson-correlation-using-python/)\n13. [Treemap using Python](https://thecleverprogrammer.com/2021/05/16/treemap-using-python/)\n14. [Convert Image to an array](https://thecleverprogrammer.com/2021/06/08/convert-image-to-array-using-python/)\n15. [Scrape IMDb with Python](https://thecleverprogrammer.com/2021/06/02/scrape-imdb-using-python/)\n16. [Duplicate File Finder using Python](https://medium.com/@paltannistha/stop-wasting-storage-find-duplicate-files-using-python-8e7fed96c109?postPublishedType=initial)\n---\n### Difficulty Level : Advanced\n1. [Visualize a Neural Network using Python](https://thecleverprogrammer.com/2021/06/07/visualize-a-neural-network-using-python/)\n2. [Bias and Variance using Python](https://thecleverprogrammer.com/2021/05/20/bias-and-variance-using-python/)\n3. [Get Live Weather Updates using Python](https://thecleverprogrammer.com/2021/05/21/get-live-weather-updates-using-python/)\n4. [Count Objects in Image using Python](https://thecleverprogrammer.com/2021/05/11/count-objects-in-image-using-python/)\n5. [Scrape Trending News using Python](https://thecleverprogrammer.com/2021/05/10/scrape-trending-news-using-python/)\n6. [Real-time Stock Price Data Visualization using Python](https://thecleverprogrammer.com/2021/05/01/real-time-stock-price-data-visualization-using-python/)\n7. [OTP Verification using Python](https://thecleverprogrammer.com/2021/04/14/otp-verification-using-python/)\n8. [Choropleth Map with Python](https://thecleverprogrammer.com/2021/04/20/choropleth-map-using-python/)\n9. [Egg catcher game](https://thecleverprogrammer.com/2021/04/23/egg-catcher-game-using-python/)\n10. [Extract Country Details](https://thecleverprogrammer.com/2021/04/12/countryinfo-in-python-tutorial/)\n11. [Convert Text to Numerical data](https://thecleverprogrammer.com/2021/04/17/convert-text-into-numerical-data-using-python/)\n12. [AUC and ROC using Python](https://thecleverprogrammer.com/2021/04/07/auc-and-roc-curve-using-python/)\n13. [Interactive Language Translator](https://thecleverprogrammer.com/2021/04/02/language-translator-using-python/)\n14. [Maximum Profit Finder](https://thecleverprogrammer.com/2021/03/24/find-maximum-profit-using-python/)\n15. [Language Detection](https://thecleverprogrammer.com/2021/04/04/language-detection-with-python/)\n16. [Histogram and Density Plots with Python](https://thecleverprogrammer.com/2021/03/30/histogram-and-density-plots-using-python/)\n17. [Radar Plot with Python](https://thecleverprogrammer.com/2021/04/06/radar-plot-using-python/)\n18. [Create a Chatbot with Python](https://thecleverprogrammer.com/2021/03/25/chatbot-using-python/)\n19. [Stopwords Removal](https://thecleverprogrammer.com/2021/03/28/remove-stop-words-using-python/)\n20. [Unicode Characters Removal](https://thecleverprogrammer.com/2021/03/29/remove-unicode-characters-using-python/)\n21. [Grammar Correction with Python](https://thecleverprogrammer.com/2021/03/16/grammar-correction-using-python/)\n22. [Caterpillar Game with Python](https://thecleverprogrammer.com/2021/02/05/caterpillar-game-with-python/)\n23. [Maze Solver](https://thecleverprogrammer.com/2021/01/26/maze-solver-with-python/)\n24. [Encrypt and Decrypt Messages with Python](https://thecleverprogrammer.com/2021/01/25/encrypt-and-decrypt-using-python/)\n28. [Bitcoin Mining](https://thecleverprogrammer.com/2021/01/18/bitcoin-mining-with-python/)\n29. [Password Picker](https://thecleverprogrammer.com/2021/01/17/password-picker-with-python/)\n30. [Typing Test Game GUI](https://thecleverprogrammer.com/2021/01/17/typing-speed-test-gui-with-python/)\n33. [URL Shortner with Python](https://thecleverprogrammer.com/2021/01/15/url-shortener-with-python/)\n\n---\n## Errors/Bugs\nIf you see an error message or run into an issue, please create bug report.\nTo create a bug report, [Click Here](https://github.com/thegeekyb0y/pythonprojects/issues/new/choose)\n\n\n### **📝 Note**\n\n\nMost of the tutorials are taken from www.thecleverprogrammer.com . You can follow his blogs for more python projects.\n\n---\n### Connect with Me 🤝\n[Instagram](https://www.instagram.com/thegeekyb0y) | [Twitter](https://www.twitter.com/thegeekyb0y) | [Linkedin](https://www.linkedin.com/in/adityacodes)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegeekyb0y%2Fpythonprojects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthegeekyb0y%2Fpythonprojects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegeekyb0y%2Fpythonprojects/lists"}