Skip to content

Commit bba81b7

Browse files
authored
Update README.md
1 parent 22cf5f5 commit bba81b7

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# python_projects
2-
Repository for (codebasics youtube channel python projects)
3-
[Click here to watch project videos on Codebasics Youtube Channel](https://www.youtube.com/playlist?list=PLeo1K3hjS3usVcPj6osMx1tNkARllcRhZ)
2+
Repository for **Codebasics YouTube Channel Python Projects
43

5-
### 1. Snake and apple game
6-
In this project we have build a complete snake and apple video game using pygame module.
7-
8-
[Click here to go to this project](https://github.com/codebasics/python_projects/tree/main/1_snake_game)
4+
[Click here to watch project videos on Codebasics YouTube Channel](https://www.youtube.com/playlist?list=PLeo1K3hjS3usVcPj6osMx1tNkARllcRhZ)
95

6+
### 1. Snake and Apple Game
7+
In this project, we built a complete **Snake and Apple** video game using the **pygame** module. The game allows the player to control a snake that grows longer each time it eats an apple, while avoiding running into walls or itself. This is a fun way to learn about game development and basic Python programming concepts.
108

11-
### 2. Document text extraction using OCR (Coming up soon)
9+
[Click here to go to this project](https://github.com/codebasics/python_projects/tree/main/1_snake_game)
1210

11+
### 2. Document Text Extraction using OCR
12+
In this upcoming project, we will explore **Optical Character Recognition (OCR)** to extract text from scanned documents or images. This project demonstrates how OCR works and shows how to implement it using Python libraries such as **Pytesseract**. By the end of the project, you will have a working solution for text extraction from various documents and images.
1313

14+
[Stay tuned for more updates!]

0 commit comments

Comments
 (0)