From f7608e63d9b7dc0e95b2048ce2d21da16e62af78 Mon Sep 17 00:00:00 2001 From: Miguel Marques Date: Thu, 8 May 2025 22:14:12 -0300 Subject: [PATCH 1/2] Adiciona README.md ao projeto. --- README.md | 81 ++----------------------------------------------------- 1 file changed, 2 insertions(+), 79 deletions(-) diff --git a/README.md b/README.md index e86d05e7..987aa482 100644 --- a/README.md +++ b/README.md @@ -1,79 +1,2 @@ - -# Python Projects python -A Hub of Python Projects for Beginners. - - - - -## Description - -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. -If you are new to open source then do consider this repository to start with. - -There are various projects under this repository which will be helpful for you get familiar with Python programming. - - - -## Projects - -This repository has the following Projects. -### Basic Projects along with *Miscellaneous Games* like- -- [Tic-Tac-Toe](https://github.com/Shahrayar123/Python-Projects/tree/master/Tic-Tac-Toe) -- [Towers of Hanoi](https://github.com/Shahrayar123/Python-Projects/tree/master/Towers%20of%20Hanoi) -- [Hangman game](https://github.com/Shahrayar123/Python-Projects/tree/master/Hangman%20Game) -- [Turtle crossing Capstone Game](https://github.com/Shahrayar123/Python-Projects/tree/master/Turtle%20Crossing%20Capstone%20Game) -- [SNAKE](https://github.com/Shahrayar123/Python-Projects/tree/master/SNAKE) -- [Number Guessing Game](https://github.com/Shahrayar123/Python-Projects/tree/master/Number%20Guessing%20Game) -- [Rock Paper Scissors Game](https://github.com/Shahrayar123/Python-Projects/tree/master/Rock%20Paper%20Scissors%20Game) -- [Sudoku-Solver](https://github.com/Shahrayar123/Python-Projects/tree/master/Sudoku-Solver) - -### OpenCV projects. - -- [AI_Attendence_Program](https://github.com/Shahrayar123/Python-Projects/tree/master/AI_Attendence_Program) -- [FaceRecognition](https://github.com/Shahrayar123/Python-Projects/tree/master/FaceRecgonition) -- [QR Code generator](https://github.com/Shahrayar123/Python-Projects/tree/master/QR%20Code) - -### Other projects (not yet validated). -- [AirCanvas](https://github.com/Shahrayar123/Python-Projects/tree/master/AirCanvas) -- [Conway's Game of Life](https://github.com/Shahrayar123/Python-Projects/tree/master/Conway's%20Game%20of%20Life) -- [Dice-Simulator](https://github.com/Shahrayar123/Python-Projects/tree/master/Dice-Simulator) -- [Dictionary-App](https://github.com/Shahrayar123/Python-Projects/tree/master/Dictionary-App) -- [Riddle](https://github.com/Shahrayar123/Python-Projects/tree/master/Riddle) -- [SchduledMessageWhatsApp](https://github.com/Shahrayar123/Python-Projects/tree/master/SchduledMessageWhatsApp) -- [Screen_Recording_App](https://github.com/Shahrayar123/Python-Projects/tree/master/Screen_Recording_App) -- [Student Management System](https://github.com/Shahrayar123/Python-Projects/tree/master/Student%20Management%20System) -- [Web_Automation](https://github.com/Shahrayar123/Python-Projects/tree/master/Web_Automation) -- [Youtube Searching Script](https://github.com/Shahrayar123/Python-Projects/tree/master/Youtube%20Searching%20Script) -- [pokemone_battle](https://github.com/Shahrayar123/Python-Projects/tree/master/pokemone_battle.py) -- [Text-to-Speech](https://github.com/Shahrayar123/Python-Projects/tree/master/Text-to-Speech) - - -## Contribution - -Contributions are always welcome! - - - -### Instructions -1. Fork this repository - -2. Clone your forked repository - -3. Add your scripts along with description - -4. Commit and push - -5. Create a pull request - -6. Star this repository - -7. Wait for pull request to merge - - - - -#### Celebrate your first step into the open source world and contribute more. - -See [GitHub Contribution Documentation](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) for more reference. - - +# Projeto1 +Projeto para definir quantidade de alunos aprovados/reprovados com base nas notas inseridas pelo usuário. From 51cc507f2e5e17db02707a90a7cd67f29becf3f9 Mon Sep 17 00:00:00 2001 From: Marqz Date: Thu, 8 May 2025 22:16:31 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 987aa482..3b38bdc9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Projeto1 -Projeto para definir quantidade de alunos aprovados/reprovados com base nas notas inseridas pelo usuário. +# Projetos +Repositório para compartilhamento e estudo de programas básicos em python.