Simple account switcher for Genshin Impact on Linux.
Project description
genshin-account-switcher
Simple account switcher for Genshin Impact on Linux.
Installation
You need to have Python 3.10+ installed.
$ pip install genshin-account-switcher
CLI: Usage
Registering an account:
$ genshin-account-switcher register
Successfully registered account '999999999'.
Switching between accounts:
# No argument -> shows list of registered accounts
$ genshin-account-switcher switch
usage: genshin-account-switcher switch [-h] [uid]
positional arguments:
uid
options:
-h, --help show this help message and exit
Available UIDs:
* [0] 888888888
* [1] 999999999 ✔
# Pick one via the UID itself or the shortcut
$ genshin-account-switcher switch 888888888
Successfully switched to account '888888888'
$ genshin-account-switcher switch 1
Successfully switched to account '999999999'
Naming accounts
Since UIDs are confusing you can name your account:
$ genshin-account-switcher register --name "Main Account"
Successfully registered account '888888888' under the8 name 'Main Account'.
# You'll now see the name when trying to switch:
$ genshin-account-switcher switch
usage: genshin-account-switcher switch [-h] [uid]
positional arguments:
uid
options:
-h, --help show this help message and exit
Available UIDs:
* [0] Main Account (888888888)
* [1] 999999999 ✔
# You can also use the set-name command instead of doing this while registering
$ genshin-account-switcher set-name 999999999 "Alt Account"
Successfully saved Alt Account (999999999)
GUI: Usage
You can open a graphical user interface by executing the "gui" sub command:
$ genshin-account-switcher gui
License
GNU General Public License v3
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file genshin_account_switcher-1.2.2-py3-none-any.whl
.
File metadata
- Download URL: genshin_account_switcher-1.2.2-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcdffede7596a957fddb92e13e2bb7d286318be111a19a8125c0b54199afd576 |
|
MD5 | 97d3aca4cf92e7b589ec4c0dacb73359 |
|
BLAKE2b-256 | 95168d3170cb4761837df6e2318e96fde4f61f09e2a67e5f86218a81b991d742 |