|
3 | 3 | A Hub of Python Projects for Begineers. |
4 | 4 |
|
5 | 5 |
|
| 6 | + |
| 7 | + |
6 | 8 | ## Description |
7 | 9 |
|
8 | 10 | 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. |
9 | 11 | If you are new to open source then do consider this repository to start with. |
10 | 12 |
|
11 | 13 | There are various projects under this repository which will be helpful for you get familiar with Python programming. |
12 | 14 |
|
| 15 | + |
| 16 | + |
13 | 17 | ## Projects |
14 | 18 |
|
15 | 19 | This repository has the following Projects. |
16 | 20 | ### 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) |
25 | 29 |
|
26 | 30 | ### OpenCV projects. |
27 | 31 |
|
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) |
32 | 35 |
|
| 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) |
33 | 48 |
|
34 | 49 |
|
35 | 50 | ## Contribution |
36 | 51 |
|
37 | 52 | Contributions are always welcome! |
| 53 | + |
| 54 | + |
| 55 | + |
38 | 56 | ### 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 |
40 | 64 |
|
41 | | -- Clone your forked repository |
| 65 | +5. Create a pull request |
42 | 66 |
|
43 | | -- Add your scripts |
| 67 | +6. Star this repository |
44 | 68 |
|
45 | | -- Commit and push |
| 69 | +7. Wait for pull request to merge |
46 | 70 |
|
47 | | -- Create a pull request |
48 | 71 |
|
49 | | -- Star this repository |
50 | 72 |
|
51 | | -- Wait for pull request to merge |
52 | 73 |
|
53 | 74 | #### Celebrate your first step into the open source world and contribute more. |
54 | 75 |
|
|
0 commit comments