VatsalNilay / FunWithPython

Contribute Open source python scripts , tools and projects .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .


Languages

Language:Python 100.0%