https://github.com/devalone/pikastat-yaui
Yet another UI for PikaStat
https://github.com/devalone/pikastat-yaui
Last synced: 8 months ago
JSON representation
Yet another UI for PikaStat
- Host: GitHub
- URL: https://github.com/devalone/pikastat-yaui
- Owner: DevAlone
- Created: 2020-05-14T21:03:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T21:12:24.000Z (over 5 years ago)
- Last Synced: 2025-01-14T14:26:50.367Z (10 months ago)
- Language: Python
- Size: 5.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pikastat-yaui
Very secret UI
## How to build?
0. (Optional) make your fork
1. Clone
`git clone https://github.com/DevAlone/pikastat-yaui.git`
2. Create env
`cd pikastat-yaui`
`python3 -m venv env`
3. Activate it
`source env/bin/activate`
4. Install deps
`pip3 install -r requirements.txt`
5. Run
`python3 main.py`