programming-starters-project
programming-starters-project copied to clipboard
🚀 Beginner-friendly projects in various languages. Dive into coding with hands-on projects and build your skills! ✨
# Pull Request ## Description I have added a beginner-friendly script to the repository to help new developers understand basic syntax. ## Changes Made - Added a new file named...
# Pull Request ## Description ## Changes Made ## Related Issues ## Checklist - [ ] I have tested these changes locally. - [ ] I have added appropriate comments...
# Pull Request ## Description This pull request adds a simple Python program to check the strength of a given password. The program evaluates the password based on its length,...
Added a fully functional Python To-Do List App with code and documentation. This app allows users to add, view, complete, delete, and save tasks using a command-line interface. - Changes...
## Feature Request I want to add the Hangman Game implemented in Python Programming Language. ## Problem Statement There is no Hangman Game in the repository. ## Proposed Solution I...
# Pull Request ## Description ## Changes Made ## Related Issues ## Checklist - [ ] I have tested these changes locally. - [ ] I have added appropriate comments...
# Pull Request ##Title Added Password Strength Checker project in Python[Hacktoberfest-accepted] ## Description This PR adds a beginner-friendly Password Strength Checker in Python. It checks whether a password is strong,...
# Pull Request ## Description ## Changes Made ## Related Issues ## Checklist - [ ] I have tested these changes locally. - [ ] I have added appropriate comments...
### What I added - New Python script `Python/rock_paper_scissors.py` that implements a simple interactive Rock-Paper-Scissors game (user vs computer). - Input validation, short forms allowed (r/p/s), and a replay/quit option....