Skip to content
/ PyVerse Public template

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest

License

Notifications You must be signed in to change notification settings

itsmedeepak/PyVerse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

🚀 PyVerse – Hacktoberfest 2025

PyVerse is a beginner-friendly project to help you get started with Hacktoberfest 2025.
If you don’t know where to start, feel free to watch the videos linked below, and read the contribution rules.
Happy Learning 💙 and Happy Contributing 🎉 !!

P.S. ⭐ Star and Share this repository if you had fun! 😍


📌 Videos 📽️


📙 What is Open Source?

Open source software (OSS) is code that is publicly accessible — anyone can see, modify, and distribute the code as they wish.
It is developed in a decentralized and collaborative way, relying on peer review and community contributions.

Open source projects often last longer, are more flexible, and cost less than proprietary ones because they are maintained by communities rather than a single company.
Beyond software, open source is now a movement and a way of working to solve problems collaboratively.


📂 Suggested Folder Structure

To make PyVerse easier to contribute to, we suggest the following modular folder structure:

pyverse/
│
├── projects
├── docs/                # Documentation
├── CONTRIBUTERS.md      # Contributor list
└── README.md

This helps new contributors understand where files belong and reduces merge conflicts.


📚 Contribution Rules

  • You are allowed to make pull requests that break the rules 😉 We’ll try to merge them.
  • Do NOT add any build steps (e.g., npm install). This repo should stay beginner-friendly.
  • Do NOT remove other contributors’ content.
  • Code can be pretty, ugly, big, or small — as long as it works.
  • Add your name to the CONTRIBUTERS.md file.
  • Keep pull requests small to minimize merge conflicts.

🤩 Getting Started

  1. Fork this repo (button on top right).
  2. Clone on your local machine:
    git clone https://github.com/itsmedeepak/PyVerse.git
  3. Navigate to project directory:
    cd PyVerse
  4. Create a new branch:
    git checkout -b my-new-branch
  5. Add your name to CONTRIBUTERS.md:
    git add .
    git commit -m "Added my name to contributors"
    git push origin my-new-branch
  6. Create a Pull Request 🚀

🔄 Avoid Conflicts (Sync Your Fork)

To keep your fork updated with the original repo:

git remote add upstream https://github.com/itsmedeepak/PyVerse
git fetch upstream
git merge upstream/main

Check your remotes with:

git remote -v

More info: Syncing a fork – GitHub Docs.


🎁 Swags of Hacktoberfest

After 4 successfully merged pull requests during Hacktoberfest 2025, you’ll be eligible for:

  • 🎽 An official Hacktoberfest T-shirt
  • 💠 Stickers delivered to your doorstep


❓ FAQs

  • Who can contribute?
    Anyone with a GitHub account signed up for Hacktoberfest.

  • How many PRs are needed for a T-shirt?
    You need 4 merged pull requests.

  • How do I track my progress?
    Visit Hacktoberfest Profile.

  • When is Hacktoberfest 2025?
    From October 1st to October 31st, 2025.

  • Why PyVerse?
    To make contributing fun, collaborative, and Python-friendly 🐍.


❤️ Top Contributors

 

We’ll try to merge as much as possible from everyone. Time is limited and merge conflicts can be tricky, so keep PRs small. <3

About

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 63