Follow these steps to set up the project on your machine:
- Clone the repo to the machine you want to run this on.
- From the shell in the root project directory, type pip install -r requirements.txt.
- From the shell, in the 'project_root/src' directory type:
- python3 surf_main.pyfor Linux
- python surf_main.pyfor Windows
 
- Use the editor!
- Prerequisite libraries are listed in the requirements.txtfile.
- Works with Python version 3.10 and likely most other Python iterations of version 3
To install the necessary components:
- Clone the repo to the machine you want to run this on.
- From the shell in the root project directory, type pip install -r requirements.txt.
To be added later.
Execute the tests within the tests directory using:
pytest test*
- Pyside 6
- Python 3.10
- Qt Designer
Please contribute!
- Kevin Fink - CEO - Shorecode LLC
- https://shorecode.org
This project is licensed under the MIT license.
This project was made possible by the knowledge from this book:
- Mastering GUI Programming with Python: Develop Impressive Cross-platform GUI Applications with PyQt by Alan D. Moore, 2019.
Also made possible by this wonderful IDE: