/TalemDB

Datenbank-Tool für Talem

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

TalemDB

Datenbank-Tool für Talem

Actions Status GitHub release (latest by date)

Dependencies

Install dependencies by using pip install -r requirements.txt

Run

Run the program by using python main.py

Build on Windows

Simply run pyinstaller mainWindows.spec

Auto Deploy with Actions

  • Commit your changes
  • Create Tag using git tag -a v... and add message "v..."
  • Push your changes using git push
  • Push tag using git push origin v...
  • To delete a tag, use git tag -d tagname and git push --delete origin tagname