Here is an overview of what we did with the names of some examples and their functions (we have much more in a real application.)
ProjectFolder/
- src/
- my_project/
- model/
- preference.py
- api.py
- controller/
- startup.py
- login.py
- view/
- main_window.py
- login_widget.py
- main.py
- tests/
- my_project_tests/
- model/
- view/
- controller/
- resources/
- ui/
- main_window.ui
- login_widget.ui
- images/
- logo.png
- setup.py
- build_py2exe.py
- build_py2app.py
- build_win_installer.iss
- build_dmg.py
- runtests.py
source
share