/Galaxy-Utils

This repository contains some utilities that Galaxy 2.0 plugin developers may find useful.

Primary LanguagePythonMIT LicenseMIT

Universal Galaxy 2.0 Integration Utilities

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.

Installation:

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.

Features:

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.

Documentation:

For the complete documentation of this module, visit https://galaxy-utils.readthedocs.io/en/latest/.