From bba81b76b285bb3e38ea332254da98992ebd4333 Mon Sep 17 00:00:00 2001 From: enryufcs <154487690+enryufcs@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:56:15 +0700 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4b12ca0..5469eca 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # 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) +Repository for **Codebasics YouTube Channel Python Projects -### 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) +[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 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. -### 2. Document text extraction using OCR (Coming up soon) +[Click here to go to this project](https://github.com/codebasics/python_projects/tree/main/1_snake_game) +### 2. Document Text Extraction using OCR +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. +[Stay tuned for more updates!]