This application is made to organise your installed games and apps and have them in only one place.
As of right now, the launcher allows you to gather all your games and applications in one app. It also allows you to create folders and configurations (allowing to start multiple applications at once) to organize your games more easily.
When the games are in the launcher, you can search for a specific one by its name or filter all the games by favorites or type of application to find them more easily.
In the future, the goal is to be able to create modules to allow anyone to add functionalities to the launcher and support controllers to recreate something like Steam Big Picture.
The launcher will also be the platform to download, update and play the available APY! games (when some will be available ;) ).
Note
The launcher is only available on windows
- Download the "APY! Launcher Installer.exe" file: click here to download the file
- Launch the downloaded file, Windows will probably tell you "Windows protected your pc", because the application doesn't have an e-signature, to install, click on "more info" and then click on "run anyway"
- Follow the instructions given by the application, (choose the installation path, choose which languages to install...)
- The launcher is ready to be used !
- If you encounter a bug or an unexpected behavior, please signal it in the "Issues" tab of the GitHub repository
Tip
If you don't want to or can't install the launcher with the installer or if you want to install a previous version, use the method situated here
The launcher was created and is developed by fastattack
The icons used in the launcher were collected on flaticon: Flaticon
Mentions to the artists of these icons:
- Launcher icon: Freepik: Flaticon
- New folder icon: Mehwish: Flaticon & Flaticon
- Folder icon: Icongeek26: Flaticon & Flaticon
- File icon: Freepik: Flaticon & Flaticon
- Left arrow (back): Gravisio: Flaticon & Flaticon
- Question mark icon: Freepik: Flaticon & Flaticon
- Favorite icon (star) : Corner Pixel: FlatIcon
- Configuration icon: Freepik: Flaticon & Flaticon
Mentions to the creators of the modules used in the launcher (modules not included in python only):
- CustomTkinter by Tom Schimansky
- Pillow by Jeffrey A. Clark and contributors
- pywin32 by mhammond
- requests by Python Software Foundation
- zipp by jaraco
- icoextract by jlu5
Used modules included in python:
- Tkinter
- os
- shutil
- sys
- datetime
- csv
- threading
- random
- subprocess
- winsound
- typing