Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.28 KB

File metadata and controls

31 lines (21 loc) · 1.28 KB

Python_Projects

A collection of simple python mini projects to enhance your Python skills.

  • Clone your forked repository to your local machine. This button will show you the URL to run.

    For example, run this command inside your terminal:

    git clone https://github.com/<your-github-username>/python-mini-projects.git

    Replace <your-github-username>!

    Learn more about forking and cloning a repo.

  • Before you make any changes, keep your fork in sync to avoid merge conflicts:

    git remote add upstream https://github.com/Python-World/python-mini-projects.git
    git fetch upstream
    git pull upstream master
    git push

Contributors ✨

SR No Project Author
1 Hello World Kashfur Rahman