Skip to content

Releases: strohmy86/GAM-Frontend

GAM Frontend 2.0

03 Dec 14:50
76711ff
Compare
Choose a tag to compare

Install Instructions

If you wish to convert this python program to a single executable, follow the following instructions:

  1. Make your domain-specific changes to gam.py as mentioned on line 28.

  2. Make sure that you have the pyinstaller module installed:

    • sudo pip3 install pyinstaller
      • If already installed you should make sure it's up to date: sudo pip3 install --upgrade pyinstaller
    • In Windows run pip install pyinstaller from an Administrative PowerShell window.
      • If already installed you should make sure it's up to date: pip install --upgrade pyinstaller
  3. CD to the GAM-Frontend directory

  4. Run the following command: pyinstaller gam.py --onefile

    • This will create various directories and a gam.spec file. The executable will be in the dist directory. You can delete all other files and directories and the gam executable will still function fine.

GAM-Frontend

01 Jul 12:48
6dd7966
Compare
Choose a tag to compare

Install Instructions

If you wish to convert this python program to a single executable, follow the following instructions:

  1. Make your domain-specific changes to gam.py as mentioned on line 28.

  2. Make sure that you have the pyinstaller module installed:

    • sudo pip3 install pyinstaller
      • If already installed you should make sure it's up to date: sudo pip3 install --upgrade pyinstaller
    • In Windows run pip install pyinstaller from an Administrative PowerShell window.
      • If already installed you should make sure it's up to date: pip install --upgrade pyinstaller
  3. CD to the GAM-Frontend directory

  4. Run the following command: pyinstaller gam.py --onefile

    • This will create various directories and a gam.spec file. The executable will be in the dist directory. You can delete all other files and directories and the gam executable will still function fine.

GAM Frontend 1.0.2

06 Apr 13:08
7a0e207
Compare
Choose a tag to compare

Minor bug fixes.

Install Instructions

If you wish to convert this python program to a single executable, follow the following instructions:

  1. Make your domain-specific changes to gam.py as mentioned on line 28.

  2. Make sure that you have the pyinstaller module installed:

    • sudo pip3 install pyinstaller
      • If already installed you should make sure it's up to date: sudo pip3 install --upgrade pyinstaller
    • In Windows run pip install pyinstaller from an Administrative PowerShell window.
      • If already installed you should make sure it's up to date: pip install --upgrade pyinstaller
  3. CD to the GAM-Frontend directory

  4. Run the following command: pyinstaller gam.py --onefile

    • This will create various directories and a gam.spec file. The executable will be in the dist directory. You can delete all other files and directories and the gam executable will still function fine.

Gam Frontend 1.0.1

05 Apr 11:22
Compare
Choose a tag to compare

Minor bugfixes.

Gam Frontend

03 Apr 15:45
ac08de0
Compare
Choose a tag to compare

1.0 release.