Skip to content

Commit d14d257

Browse files
authored
Fix spelling and grammatical errors in README
This commit addresses various spelling and grammatical errors in the README file to improve its readability and professionalism. Changes include correcting project titles, ensuring consistent capitalization, and rectifying spelling mistakes across different sections such as GUI, Calculator, Games, Machine Learning, and Utilities. Signed-off-by: Muhammad Rayan Asim <mrayanasim09@gmail.com>
1 parent 1f9aaa0 commit d14d257

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 80+ Python Projects by MRayan Asim 🐍🚀
1+
# 80+ Python Projects by M.Rayan Asim 🐍🚀
22

33
<p align="center">
44
<a href="https://mrayanasim09.github.io/python-projects/">
@@ -62,7 +62,7 @@ Explore the projects in each category to find detailed information, documentatio
6262
- [Form](https://github.com/drik493/python_projects/blob/main/GUI/Form.py) 📝
6363
- [A basic GUI calculator](https://github.com/drik493/python_projects/blob/main/GUI/A_basic_gui_calculator.py) 🧮
6464
- [A working GUI clock also download the clock image](GUI/clock.py) 🕤
65-
- [Tick cross (with GUI) ](GUI/tick_cross.py)✔️❌
65+
- [Tick Tack (with GUI) ](GUI/tick_cross.py)✔️❌
6666
- [Todo list (with GUI)](GUI/todo.py) ✅📝
6767
- [Notepad](https://github.com/drik493/python_projects/blob/main/GUI/notepad.py) 📄
6868
- [A snake and ladder game ](GUI/snake_ladder.py)and [(also download the images with it)](GUI/ezgif-5-ad15f112d4.gif) 🐍🪜
@@ -82,7 +82,7 @@ Explore the projects in each category to find detailed information, documentatio
8282

8383
## _Calculator 🧮_
8484

85-
- [Quadratic Equation (with graph)](https://github.com/drik493/python_projects/blob/main/Calculator/Quadratic_Equation.py) 📈
85+
- [Quadratic Equation (with Graph)](https://github.com/drik493/python_projects/blob/main/Calculator/Quadratic_Equation.py) 📈
8686
- [A mega calculator with all operations](https://github.com/drik493/python_projects/blob/main/Calculator/mega_calculator.py) 🖩
8787
- [A stock analyzer with its short form](Calculator/stock.py) 💵📊📈
8888
- [Number base converter](https://github.com/drik493/python_projects/blob/main/Calculator/number_base.py) 🔢
@@ -109,8 +109,8 @@ Explore the projects in each category to find detailed information, documentatio
109109
- [A color guessing game with GUI](Game/color_guessing.py) 🎨🔍🌈
110110
- [Master Mind](https://github.com/drik493/python_projects/blob/main/Game/master_mid.py) 🔐
111111
- [A number details (prime, odd, co-prime, etc)](https://github.com/drik493/python_projects/blob/main/Game/number_details.py) 🔢
112-
- Tick cross [(with GUI)](https://github.com/drik493/python_projects/blob/main/Game/tick_cross.py) or [(without GUI)](Game/tick_cross_gui.py) ❌⭕
113-
- [Rock, paper, and scissors (without GUI)](https://github.com/drik493/python_projects/blob/main/Game/rock_paper_scissors.py) ✊🖐✌️
112+
- Tick Tack [(with GUI)](https://github.com/drik493/python_projects/blob/main/Game/tick_cross.py) or [(without GUI)](Game/tick_cross_gui.py) ❌⭕
113+
- [Rock, Paper, and Scissors (without GUI](https://github.com/drik493/python_projects/blob/main/Game/rock_paper_scissors.py) ✊🖐✌️
114114
- [A snake and ladder game ](Game/snake_ladder.py)and [(also download the images with it)](Game/ezgif-5-ad15f112d4.gif) 🐍🪜
115115
- [21 or 20 plus game](https://github.com/drik493/python_projects/blob/main/Game/twenty_one.py) 🃏
116116
- [Typing speed test](Game/typing_speed.py) 🎮
@@ -120,11 +120,11 @@ Explore the projects in each category to find detailed information, documentatio
120120

121121
## _Machine Learning 🤖📚🧠_
122122

123-
- [Brightness controller with your hand](machine_learning/brightness_controllor.py) 🌞💡🎛️
124-
- [Eye blink detection (also download the . XML files)](machine_learning/eye_blink.py) 👁️🔍😴
123+
- [Brightness Controller with Your Hand](machine_learning/brightness_controllor.py) 🌞💡🎛️
124+
- [Eye Blink Detection (also download the .XML files)](machine_learning/eye_blink.py) 👁️🔍😴
125125
- [Text to speech](machine_learning/text_to_speech.py) 🔤🔉
126-
- [A language detector ](machine_learning/lang_dect.py)🔍🌐
127-
- [A spam message delectation using machine learning ](machine_learning/spam_dect.py)🎁🎉🎈
126+
- [A Language Detector ](machine_learning/lang_dect.py)🔍🌐
127+
- [A Spam Message Detection using Machine Learning ](machine_learning/spam_dect.py)🎁🎉🎈
128128
- [Crypto price predictions (for days ahead of days entered by the user)](machine_learning/crypto_prices.py) 🚀🌕
129129
- [Gold price predictions (for days ahead of days entered by the user)](machine_learning/gold_price.py) 💰🪙
130130
- [Your phone camera on your PC ](machine_learning/camera.py)you can check more about it [here](https://www.makeuseof.com/tag/ip-webcam-android-phone-as-a-web-cam/) 📱💻📸
@@ -133,25 +133,25 @@ Explore the projects in each category to find detailed information, documentatio
133133

134134
## _Utilities 🛠️_
135135

136-
- [Network passwords (only for the networks you have been connected to)](https://github.com/drik493/python_projects/blob/main/Utilities/network.py) 🔐
137-
- [Your own browser](Utilities/browser.py) 🌐
138-
- [A site connection checker and timer](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/connectivity.py) 🔗🌐
139-
- [Count down (timer)](https://github.com/drik493/python_projects/blob/main/Utilities/count_down.py)
136+
- [Network Passwords (only for the networks you have been connected to)](https://github.com/drik493/python_projects/blob/main/Utilities/network.py) 🔐
137+
- [Your Own Browser](Utilities/browser.py) 🌐
138+
- [A Site Connection Checker and Timer](https://github.com/mrayanasim09/python-projects/blob/main/Utilities/connectivity.py) 🔗🌐
139+
- [Countdown (Timer)](https://github.com/drik493/python_projects/blob/main/Utilities/count_down.py)
140140
- [Tells basic information of an Instagram account only from user name](Utilities/inta.py) 📸
141-
- [Transfer file (generate QR code for easy access)](https://github.com/drik493/python_projects/blob/main/Utilities/transfer.py) 📁
141+
- [Transfer File (generate QR code for easy access)](https://github.com/drik493/python_projects/blob/main/Utilities/transfer.py) 📁
142142
- [Google search (from terminal)](https://github.com/drik493/python_projects/blob/main/Utilities/google.py) 🔍
143143
- [A password manager with a master key and encryption and decryption of passwords](Utilities/password_manager.py) 🔐
144144
- [bitcoin mining simulator](Utilities/btc.py)
145145
- [QR code generator](https://github.com/drik493/python_projects/blob/main/Utilities/url.py) 🔗
146-
- [Wattsapp spam messages sender (you should click on the message bar of WhatsApp after running it)](Utilities/whatsapp_spam.py) 📧🔁📧🔁📧🔁
146+
- [WhatsApp spam messages sender (you should click on the message bar of WhatsApp after running it)](Utilities/whatsapp_spam.py) 📧🔁📧🔁📧🔁
147147
- [Github repository details finder (only with username and name of the repository)](Utilities/github.py) :octocat:
148148
- [Secret code generator (with decoding support)](https://github.com/drik493/python_projects/blob/main/Utilities/secret_code.py) 🤐
149-
- [Password to hash form (md5)](https://github.com/drik493/python_projects/blob/main/Utilities/password_hash.py) 🔒
150-
- [Hash password cracking (md5 only, using rockyou.txt)](https://github.com/drik493/python_projects/blob/main/Utilities/password.py) 🚫🔍
151-
- [Password generator](https://github.com/drik493/python_projects/blob/main/Utilities/passwrd_generator.py) 🔐🔢
149+
- [Password to Hash Form (md5)](https://github.com/drik493/python_projects/blob/main/Utilities/password_hash.py) 🔒
150+
- [Hash Password Cracking (md5 only, using rockyou.txt)](https://github.com/drik493/python_projects/blob/main/Utilities/password.py) 🚫🔍
151+
- [Password Generator](https://github.com/drik493/python_projects/blob/main/Utilities/passwrd_generator.py) 🔐🔢
152152
- [Birth Day Finder (zodiac sign, life path number, your birth date according to Islam and birthstone and birth flower)](https://github.com/drik493/python_projects/blob/main/Utilities/birthday.py) 🎂🎉
153-
- [words and letter count of given text](Utilities/word_count.py) 🔢🔄️
154-
- [A program to make short forms for the entered words](Utilities/short_form.py) 🔤🔄
153+
- [Words and Letter Count of Given Tex](Utilities/word_count.py) 🔢🔄️
154+
- [A Program to Make Short Forms for the Entered Words](Utilities/short_form.py) 🔤🔄
155155

156156
## Skill Level Tags ⭐
157157

0 commit comments

Comments
 (0)