Skip to content

Contribute Open source python scripts , tools and projects .

Notifications You must be signed in to change notification settings

poorvaa18/FunWithPython

 
 

Repository files navigation

FunWithPython

This is a collection of scripts, games, bots, scraper and tools written in python

Project List

Prerequisite

How to execute

Steps
  1. Clone the repository
  2. Change to any project directory
  3. Execute the python script Example:
git clone https://github.com/ManthanShettigar/FunWithPython.git
cd FunWithPython/black_jackgame
python blackjack.py

How to contributre

Steps
  1. Star and fork the repository.
  2. Clone the repositry
git clone https://github.com/<YourUserName>/FunWithPython
  1. Navigate to the project and create a branch.
cd FunWithPython
git checkout -b <branch name>
  1. Add/Make the required changes.
  2. Commit the changes.
git add <file name(s)>
git commit -m "Change Message"
  1. Push it to your repository
git push origin <branch name>
  1. Once pushed. check your repository.
  2. Clicking on contribute button you can open a pull request.
  3. Fill the details and click on Create pull request.

About

Contribute Open source python scripts , tools and projects .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 85.7%
  • Python 14.3%