This repository is created as open source library where peole can come and enrich their knowledge by sharing.
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
-
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:
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 |