Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axsaucedo/wcpy-api
https://github.com/axsaucedo/wcpy-api
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/axsaucedo/wcpy-api
- Owner: axsaucedo
- License: mit
- Created: 2017-06-25T18:35:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:58:14.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T03:22:19.504Z (7 months ago)
- Language: Python
- Size: 1.52 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wc.py visual interface
![Image of wcpy API](https://github.com/axsauze/wcpy-api/blob/master/assets/wcpy-api.jpg)
This repository contains the visual interface to interact with the [wc.py library](http://github.com/axsauze/wcpy).
# Installing WCPY interface
**NOTE: Python 3.x is required to run this application**.
In order to install the interface it is recommended to use virtualenv:
```
virtualenv --no-site-packages -p python3 venvsource venv/bin/activate
```Then make sure you install the requirements with `pip`:
```
pip install -r src/requirements.txt
```# Running Interface
To run the application, all you have to do, is start it with:
```
python src/app/app.py
```And then just open `web/index.html` in your browser to interact with the wcpy interface.