TaiBIF / camera-trap-tk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camera Trap Desktop

CameraTrap Destop App for data upload

GUI: tkinter (Pythen)

Documentation

Development

Requirements

  • 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)

Usage (Microsoft Windows shell)

  1. Install packages

First create python virtual envirmont and activate it

$ python3.8 -m venv venv
$ python3.8 .\venv\Scripts\Activate.ps1
  1. run
$(venv) python3.8 .\src\app.py

use custom ini file

$(venv) python3.8 .\src\app.py -i my-dev.ini

Build

Can build with PyInstaller or Nuitka, currently build.ps1 script use Nuitka.

$ build.ps1

Changes

CHANGELOG.md

About


Languages

Language:Python 99.6%Language:PowerShell 0.4%