This repository contains some tools I made.
An account manager for my leaderboard games.
Its useful when you want to play with the same name on multiple games that have a leaderboard.
- Make sure you have Python installed.
- Download the source code or clone the repository.
- Go inside
account
. - Execute
install.bat
if you are on windows,install.sh
if you are on linux.
- Get current account information (username and uuid) :
gla --get
- Login via username and uuid :
gla --login <username> <uuid>
- Logout from the current session :
gla --logout
- Save account information in a file :
gla --save <file_path>
- Load account and login from a file :
gla --load <file_path>