This repository contains some utilities that Galaxy 2.0 plugin developers may find useful. The utilities are designed to be platform- and operating system-independent.
To install this module, use the Python Package Installer (pip) as shown:
pip install galaxyutils
From there, the module can be safely imported into a plugin's root directory.
Currently, the features of this module include the following:
- Internal Play Time Tracker - Keep track of a user's play time for each game manually, and save it locally to the user's disk.
- Configuration File Support - Create and utilize a customized config.cfg file, which can contain settings that users and developers can alter to affect how a plugin functions.
For the complete documentation of this module, visit https://galaxy-utils.readthedocs.io/en/latest/.