s207152 / sgnoodles-viewer

sdgo sgnoodles viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDGO SGNoodles

Prerequisites

  1. Python 3.10+
  2. pipenv

Dev

  1. Open VSCode as admin or open a terminal with admin privelege
  2. Install dependencies
    pipenv install
  3. Run the app
    # open a shell with dependencies
    pipenv shell
    # run the app
    py main.py

Build

pyinstaller -w --uac-admin --add-data ".\TaipeiSansTCBeta-Regular.ttf;." -n sgnoodles-viewer main.py

Look at dist/sgnoodles-viewer, and should be able to be distrubuted.

About

sdgo sgnoodles viewer

License:MIT License


Languages

Language:Python 100.0%