https://github.com/cosmictraders/spacegui
A python gui for spacetraders
https://github.com/cosmictraders/spacegui
flask python spacetraders spacetraders-client spacetraders-gui
Last synced: 10 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T01:18:20.000Z (over 2 years ago)
- Last Synced: 2025-06-20T19:16:44.137Z (about 1 year ago)
- Topics: flask, python, spacetraders, spacetraders-client, spacetraders-gui
- Language: HTML
- Homepage:
- Size: 80.4 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spacegui

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)