CameraTrap Destop App for data upload
GUI: tkinter (Pythen)
- Python 3.6+ (Recommanded: Python3.8)
Note: Python 3.9.6 cannot be used on Windows 7 or earlier - Python Releases for Windows
Dependency
- Pillow: after 9.5.0 (10.0.0) not suppert 32-bit wheels
- requests
- boto3
- pyinstaller (for build win exe)
- nuitka (after version 1.1.3)
- Install packages
First create python virtual envirmont and activate it
$ python3.8 -m venv venv
$ python3.8 .\venv\Scripts\Activate.ps1
- run
$(venv) python3.8 .\src\app.py
use custom ini file
$(venv) python3.8 .\src\app.py -i my-dev.ini
Can build with PyInstaller or Nuitka, currently build.ps1
script use Nuitka.
$ build.ps1