Go to file
Martijn Braam 9ae2394c42
Added README
2021-11-25 21:48:57 +01:00
build-aux/meson Initial commit 2021-11-25 21:43:24 +01:00
data Initial commit 2021-11-25 21:43:24 +01:00
shipments Initial commit 2021-11-25 21:43:24 +01:00
shipments_gtk Initial commit 2021-11-25 21:43:24 +01:00
.gitignore Initial commit 2021-11-25 21:43:24 +01:00
LICENSE Initial commit 2021-11-25 21:43:24 +01:00
README.md Added README 2021-11-25 21:48:57 +01:00
meson.build Initial commit 2021-11-25 21:43:24 +01:00

README.md

Shipments

A python library and a GTK3 mobile/desktop application for tracking multiple shipments.

Screenshot of the control application

Supported carriers

  • UPS
  • PostNL

Installing

$ meson build
$ meson compile -C build
$ sudo meson install -C build