Abipravi1 / Hacktoberfest2022-python

This is an open source repository where the users can add any python script that works perfectly
27 stars 158 forks source link
open-source python

Hacktoberfest2022

image Open Source Love

What is Hacktoberfest?

Hacktoberfest is an annual festival hosted by DigitalOcean that takes place in the month of October to celebrate the open source community. As part of this 31-day celebration, contributors and open source maintainers are encouraged to work on open source projects and win swag to mark the occasion.

Hacktoberfest2022-python

This is an open repo where the users can add any python script that works perfectly

The users can able to add any script here or add the solution of some problems in problem-solving in python for hacktoberfest2022

Join us on discord

Joining link

Feedback form

Give Feedback / Report

How to make successful PRs

create a new branch so that you can upload the code

git checkout -b <your_branch_name>

Make relavent changes

Hacktoberfest2022-python folder

git add .

git commit -m "commit message"

git push -u origin <your_branch_name_entered_before>