Skip to content

Commit 7a8c444

Browse files
"added games in readme"
1 parent 687c883 commit 7a8c444

File tree

1 file changed

+40
-19
lines changed

1 file changed

+40
-19
lines changed

README.md

Lines changed: 40 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,52 +3,73 @@
33
A Hub of Python Projects for Begineers.
44

55

6+
7+
68
## Description
79

810
Welcome aboard fellow developer, this repository is intended for beginners who can use it for project building, open source contribution and get the most from it.
911
If you are new to open source then do consider this repository to start with.
1012

1113
There are various projects under this repository which will be helpful for you get familiar with Python programming.
1214

15+
16+
1317
## Projects
1418

1519
This repository has the following Projects.
1620
### Basic Projects along with *Miscellaneous Games* like-
17-
- Tic-Tac-Toe
18-
- Towers of Hanoi
19-
- Hangman game
20-
- Turtle crossing Capstone Game
21-
- SNAKE
22-
- Number Guessing Game
23-
- Rock Paper Scissors Game
24-
- Sudoku-Solver
21+
- [Tic-Tac-Toe](https://github.com/Shahrayar123/Python-Projects/tree/master/Tic-Tac-Toe)
22+
- [Towers of Hanoi](https://github.com/Shahrayar123/Python-Projects/tree/master/Towers%20of%20Hanoi)
23+
- [Hangman game](https://github.com/Shahrayar123/Python-Projects/tree/master/Hangman%20Game)
24+
- [Turtle crossing Capstone Game](https://github.com/Shahrayar123/Python-Projects/tree/master/Turtle%20Crossing%20Capstone%20Game)
25+
- [SNAKE](https://github.com/Shahrayar123/Python-Projects/tree/master/SNAKE)
26+
- [Number Guessing Game](https://github.com/Shahrayar123/Python-Projects/tree/master/Number%20Guessing%20Game)
27+
- [Rock Paper Scissors Game](https://github.com/Shahrayar123/Python-Projects/tree/master/Rock%20Paper%20Scissors%20Game)
28+
- [Sudoku-Solver](https://github.com/Shahrayar123/Python-Projects/tree/master/Sudoku-Solver)
2529

2630
### OpenCV projects.
2731

28-
- AI_Attendence_Program
29-
- FaceRecognition
30-
- QR Code generator
31-
32+
- [AI_Attendence_Program](https://github.com/Shahrayar123/Python-Projects/tree/master/AI_Attendence_Program)
33+
- [FaceRecognition](https://github.com/Shahrayar123/Python-Projects/tree/master/FaceRecgonition)
34+
- [QR Code generator](https://github.com/Shahrayar123/Python-Projects/tree/master/QR%20Code)
3235

36+
### Other projects (not yet validated).
37+
- [AirCanvas](https://github.com/Shahrayar123/Python-Projects/tree/master/AirCanvas)
38+
- [Conway's Game of Life](https://github.com/Shahrayar123/Python-Projects/tree/master/Conway's%20Game%20of%20Life)
39+
- [Dice-Simulator](https://github.com/Shahrayar123/Python-Projects/tree/master/Dice-Simulator)
40+
- [Dictionary-App](https://github.com/Shahrayar123/Python-Projects/tree/master/Dictionary-App)
41+
- [Riddle](https://github.com/Shahrayar123/Python-Projects/tree/master/Riddle)
42+
- [SchduledMessageWhatsApp](https://github.com/Shahrayar123/Python-Projects/tree/master/SchduledMessageWhatsApp)
43+
- [Screen_Recording_App](https://github.com/Shahrayar123/Python-Projects/tree/master/Screen_Recording_App)
44+
- [Student Management System](https://github.com/Shahrayar123/Python-Projects/tree/master/Student%20Management%20System)
45+
- [Web_Automation](https://github.com/Shahrayar123/Python-Projects/tree/master/Web_Automation)
46+
- [Youtube Searching Script](https://github.com/Shahrayar123/Python-Projects/tree/master/Youtube%20Searching%20Script)
47+
- [pokemone_battle](https://github.com/Shahrayar123/Python-Projects/tree/master/pokemone_battle.py)
3348

3449

3550
## Contribution
3651

3752
Contributions are always welcome!
53+
54+
55+
3856
### Instructions
39-
- Fork this repository
57+
1. Fork this repository
58+
59+
2. Clone your forked repository
60+
61+
3. Add your scripts
62+
63+
4. Commit and push
4064

41-
- Clone your forked repository
65+
5. Create a pull request
4266

43-
- Add your scripts
67+
6. Star this repository
4468

45-
- Commit and push
69+
7. Wait for pull request to merge
4670

47-
- Create a pull request
4871

49-
- Star this repository
5072

51-
- Wait for pull request to merge
5273

5374
#### Celebrate your first step into the open source world and contribute more.
5475

0 commit comments

Comments
 (0)