2018-02-22 00:10:35 +01:00
2018-02-24 14:06:59 +01:00
2018-02-24 14:23:58 +01:00
2018-02-24 14:25:26 +01:00

DrunkSoulsStatTool

Over-engineered statistics tool for keeping track of a drinking game

Running the application

Build executable zip archive

Run build script

$ python3 ./build.py

The archive will be saved into the build folder. The file is completly standalone and can be run from anywhere.

$ ./build/dsst

Run python script directly

$ python3 ./dsst/__main__.py

Dependencies

  • GObject (Gtk3)
  • mysqlclient (Python Mysql Driver)
  • peewee (ORM Framework)
Description
Over-engineered statistics tool for keeping track of a drinking game
Readme GPL-2.0 200 KiB
Languages
Python 100%