Skip to content

This repository contains small python projects basically for beginners do contribute

Notifications You must be signed in to change notification settings

Riya922003/python-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 Beginner-Friendly Repository 🎉

Welcome! This is a beginner-friendly repository where anyone can contribute. Whether you're a coding newbie or an experienced developer, you're welcome here!

Follow the simple guidelines below to start contributing. Let's celebrate open source together! 💻✨


🏗️ How to Contribute

  1. Fork the Repository

    • Click on the Fork button at the top-right corner of this repository to create a copy in your GitHub account.
  2. Clone the Repository

    • Clone the repository to your local system:
        https://github.com/Riya922003/python-projects.git
  3. Change Your Directory

    • Navigate to the repository folder:
      cd python-projects
  4. Create a New Branch

    • Make a new branch for your changes:
      git checkout -b <your-branch-name>
  5. Make Changes

    • Follow the rules for adding your files (mentioned below).
  6. Stage Your Changes

    • Add all your changes to Git:
      git add .
  7. Commit Your Changes

    • Commit your changes with a meaningful message:
      git commit -m 'ADD-COMMENT'
  8. Push Your Changes

    • Push the branch to your repository:
      git push -u origin <your-branch-name>
  9. Create a Pull Request

    • Go to your forked repository on GitHub and click on Compare & Pull Request.
    • Submit your changes for review. 🎉

📂 Rules for Adding Your File

  1. Make a New Folder

    • Create a folder for your project or contribution.
  2. Add Your Code

    • Add a .py file with your code.
  3. Main Logic File

    • Name the main logic file of your project as main.py.
  4. Add a README

    • Include a README.md file in your folder.
    • Describe your project and how it works.

💡 Example Commands

  • Clone the Repository:
       https://github.com/Riya922003/python-projects.git

About

This repository contains small python projects basically for beginners do contribute

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published