Skip to content

Releases: Liqutch/FNGG-LockerGenerator

LockerGenerator 2.1

20 Nov 19:45

Choose a tag to compare

Program to easily showcase your locker on FortniteGG using Epic Games API.

  • Added bundle detection
  • Added missing banners
  • Fixed asyncio warning for Python 3.10+

If you are uneasy about running a random executable, you can compile LockerGenerator yourself by installing the requirements, PyInstaller and then by running the command:

pyinstaller --onefile -i icon.ico -n LockerGenerator generator.py

LockerGenerator 2.0

18 Mar 16:10
48903c8

Choose a tag to compare

Program to easily showcase your locker on FortniteGG using Epic Games API.

  • Renewed code

If you are uneasy about running a random executable, you can compile LockerGenerator yourself by installing the requirements, PyInstaller and then by running the command:

pyinstaller --onefile -i icon.ico -n LockerGenerator generator.py