Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmictraders/spacegui
A python gui for spacetraders
https://github.com/cosmictraders/spacegui
flask python spacetraders spacetraders-client spacetraders-gui
Last synced: about 1 month ago
JSON representation
A python gui for spacetraders
- Host: GitHub
- URL: https://github.com/cosmictraders/spacegui
- Owner: cosmictraders
- License: mit
- Created: 2023-05-11T22:51:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-07T01:18:20.000Z (about 1 year ago)
- Last Synced: 2024-07-30T20:18:01.371Z (6 months ago)
- Topics: flask, python, spacetraders, spacetraders-client, spacetraders-gui
- Language: HTML
- Homepage:
- Size: 80.4 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spacegui
![image.png](image.png)
A GUI for spacetraders, built with `autotraders`, `flask`, and `bootstrap`
## Getting Started
Run to install the requirements
`pip install -r requirements.txt`To run the website use `python run.py` if you are on windows
or don't want one of the servers below.## Gunicorn
`gunicorn wsgi:app`
One worker should really be enough.You will be automatically redirected to a setup page when you visit `localhost:5000` (or port `8000` if using gunicorn)