Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethanlindley/tlopo-launcher
Simple game launcher for TLoPO written in Python 3.7.x
https://github.com/ethanlindley/tlopo-launcher
panda3d potco python3 the-legend-of-pirates-online tlopo
Last synced: 1 day ago
JSON representation
Simple game launcher for TLoPO written in Python 3.7.x
- Host: GitHub
- URL: https://github.com/ethanlindley/tlopo-launcher
- Owner: ethanlindley
- Created: 2017-10-14T22:47:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T22:54:25.000Z (over 5 years ago)
- Last Synced: 2024-11-06T14:41:58.870Z (7 days ago)
- Topics: panda3d, potco, python3, the-legend-of-pirates-online, tlopo
- Language: Python
- Homepage:
- Size: 1.31 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tlopo-launcher
Simple game launcher for _The Legend of Pirates Online,_ a recreation of one of Disney's now-defunct MMORPGs, _Pirates of the Caribbean Online._ The application currently supports two-step authentication. Relevant documentation in regards to TLoPO's API can be found [here](https://thelegendofpiratesonline.github.io/documentation/).
## Getting Started
* `brew install python3`
* `pip3 install panda3d==1.10.2 requests`
* `python3 main.py`## Credits
Thanks to the collaborators at the TLoPO launcher repository, [API_login](https://github.com/rileyakirk/API_login), for providing the images used in this application.