Releases: Liqutch/FNGG-LockerGenerator
Releases · Liqutch/FNGG-LockerGenerator
LockerGenerator 2.1
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
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