These are some profissional Python Projects during my learning journey were made by clean code and problem solving principles
pip install -r requirements.txt
Explain how to use your project. Provide examples and usage scenarios.
python main.py
- Python
- Tkinter
- ...
- Fork the repository
- Create a new branch (
git checkout -b feature/awesome-feature
) - Make changes and commit (
git commit -am 'Add awesome feature'
) - Push to the branch (
git push origin feature/awesome-feature
) - Create a pull request