project-root/
β
βββ src/
β βββ main.py
β βββ gui/
β β βββ main_window.py
β βββ logic/
β βββ example_logic.py
β
βββ tests/
β βββ test_example.py
β
βββ .gitignore
βββ README.md
βββ requirements.txt
βββ setup_instructions.md
cd src
python main.pypytest- Clone the repository
- Make a branch (
git checkout -b feature/your-feature) - Commit your changes
- Push and open a pull request