Starter-projects Contribute your beginner friendly python projects so that others can see examples Getting started 1 Fork this repository (Click the Fork button in the top right of this page, click your Profile Image) 2 Clone your fork down to your local machine 3 git clone https://github.com/pycoder91/Starter-projects.git 4 Create a branch 5 git checkout -b branch-name 6 Make your changes (choose from any task below) 7 Commit and push 8 git add . 9 git commit -m 'Commit message' 10 git push origin branch-name 11 Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo) 12 Wait for your PR review and merge approval! Star this repository if you had fun!