Skip to content

Latest commit

 

History

History
82 lines (56 loc) · 4.15 KB

File metadata and controls

82 lines (56 loc) · 4.15 KB

Python Projects

Status All Contributors Issues Pull Requests Forks Stars License


Readme Quotes

forthebadge forthebadge

💎 Vision of Repository

This repository is created as open source library where peole can come and enrich their knowledge by sharing.

Contributing 🤝

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Steps To Follow

  • Select an issue and ask to be assigned to it.

  • Check existing scripts in the projects directory.

  • Star this repository.

  • On the open-source-python-projects-2023 repo page, click the Fork button.

  • Clone your forked repository to your local machine.

  • Checkout to development branch (name your branch according to the issue name).

    git checkout -b <branch-name>
  • Create a folder in projects directory according to issue name.

  • Write your code and add to the respective folder in the projects directory, locally.

  • Don't forget to add a README.md in your folder, according to the README_TEMPLATE.

  • Add the changes with git add, git commit (write a good commit message, if possible):

    git add -A
    git commit -m "<your message>"
  • Push the code to your repository.

    git push origin <branch-name>
  • Go to the GitHub page of your fork, and make a pull request:

README Template for scripts

README Template

Contributors ✨

SR No Project Author
01 Live Graph iKurious
02 Twitter Bot Abylin Johnson
03 ML Api iKurious
04 Socket Programming Abylin Johnson
05 Transcription API (DNA) Mahimai Raja J
06 Sms from Raspberry Pi Abylin Johnson