https://github.com/codebasics/python_projects
Repository for python projects
https://github.com/codebasics/python_projects
Last synced: 3 months ago
JSON representation
Repository for python projects
- Host: GitHub
- URL: https://github.com/codebasics/python_projects
- Owner: codebasics
- Created: 2020-11-01T22:02:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T15:27:45.000Z (over 2 years ago)
- Last Synced: 2025-03-30T02:08:54.830Z (3 months ago)
- Language: Python
- Size: 7.68 MB
- Stars: 139
- Watchers: 7
- Forks: 322
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python_projects
Repository for (codebasics youtube channel python projects)
[Click here to watch project videos on Codebasics Youtube Channel](https://www.youtube.com/playlist?list=PLeo1K3hjS3usVcPj6osMx1tNkARllcRhZ)### 1. Snake and apple game
In this project we have build a complete snake and apple video game using pygame module.[Click here to go to this project](https://github.com/codebasics/python_projects/tree/main/1_snake_game)
### 2. Document text extraction using OCR (Coming up soon)