https://github.com/nguyluky/maos
python Valorant Thirdparty Launcher
https://github.com/nguyluky/maos
laucher python third-party valorant
Last synced: 3 days ago
JSON representation
python Valorant Thirdparty Launcher
- Host: GitHub
- URL: https://github.com/nguyluky/maos
- Owner: nguyluky
- Created: 2023-11-20T11:13:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T10:31:24.000Z (over 2 years ago)
- Last Synced: 2025-02-25T06:41:25.938Z (over 1 year ago)
- Topics: laucher, python, third-party, valorant
- Language: Python
- Homepage:
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MAOS
Python Valorant Third-party Launcher
MCOS: Multi-account one setting
## About:
When you have multiple accounts and share them with your friends, your accounts will become chaotic. You won't know which account is currently in use, and when you log in. You may spend a lot of time adjusting your settings. It is really annoying. So, I created this launcher to have full control over these accounts.
## Features:
- Account Switcher
- Centralize a game setting
- Set your settings when you play
- Set them back when you quit the game
- Match history (developing)
- Account status
- Check if your friend is currently in use
- Quick access:
- shortcut of each account
## Install
## Running from source:
1. Install Python >= 3.7
2. Download the source
3. Open a terminal within the source folder.
4. install library
`pip install -r requirements.txt`
5. run app
`python MAOS.py`
## Compiling from source:
1. `pip install pyinstaller`
2. `python buid.py`
>see more at https://pyinstaller.org/en/stable/
## Screenshort:


## Acknowledgements:
- [valorant-API](https://valorant-api.com)
- [ValLib](https://github.com/ValUtils/ValLib)
- [valorant-api-docs](https://github.com/techchrism/valorant-api-docs)
## Disclaimer
THIS PROJECT IS NOT ASSOCIATED OR ENDORSED BY RIOT GAMES. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.
Whilst effort has been made to abide by Riot's API rules; you acknowledge that use of this software is done so at your own risk.