An open API service indexing awesome lists of open source software.

https://github.com/ddc/gw2launcher

Guild Wars 2 Launcher
https://github.com/ddc/gw2launcher

arcdps beautifulsoup4 gw2 pyinstaller pyqt5 python3 qt5

Last synced: about 1 month ago
JSON representation

Guild Wars 2 Launcher

Awesome Lists containing this project

README

          

# Guild Wars 2 Launcher

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?style=plastic)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CTYZ8TK5MJV76)
[](https://github.com/ddc/Gw2Launcher/blob/master/LICENSE)
[![Python](https://img.shields.io/badge/python-3.6+-blue.svg?style=plastic)](https://www.python.org/downloads/)
[![GitHub release](https://img.shields.io/github/release/ddc/Gw2Launcher.svg?style=plastic)](https://github.com/ddc/Gw2Launcher/releases/latest)
[![QT5](https://img.shields.io/badge/QT-5-brightgreen.svg?style=plastic)](https://www.qt.io/)

Program to launch [Guild Wars 2](https://www.guildwars2.com) with different parameters.

![screenshot](src/images/screenshot.png)

## Download
+ [Latest Release](https://github.com/ddc/Gw2Launcher/releases/latest)

## Program Notes
+ Guild Wars 2 "32bits" not supported
+ Configuration, logs and database files will be saved inside "%APPDATA%/Gw2Launcher"
+ I did not write ArcDps loader nor do i provide any support for it or it's compatibility with Guild Wars 2. Credit goes to /u/deltaconnected.
+ This program was compiled with PyInstaller

## To compile
+ Install requirements:
+ pip install -r requirements.txt
+ Compile with PyInstaller:
+ python3 -O -m PyInstaller --clean -y -F launcher.spec
+ python3 -O -m PyInstaller --clean -y -F gw2Launcher.spec

## Acknowledgements
+ [QT5](https://www.qt.io)
+ [Python3.6+](https://www.python.org/downloads)
+ [Guild Wars 2](https://www.guildwars2.com)
+ [ArcDps](http://www.deltaconnected.com/arcdps)
+ [PyInstaller](https://pyinstaller.readthedocs.io/en/stable/installation.html)

## License
Released under the [GNU GPL v3](LICENSE).

## Buy Me a Cup of Coffee
This program is open source and always will be, even if I don't get donations. That said, I know there are people out there that may still want to donate just to show their appreciation so this is for you guys. Thanks in advance!

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CTYZ8TK5MJV76)