Graphical interface for the sisl visualization module
Project description
This is the graphical interface that you can use to interact with sisl's visualization module.
It consists of two parts:
- Back-end: A python app, using
flask
(andflask-socketio
) to connectsisl
with the UI. - Front-end: A javascript UI, which is developed using React.
User guide
Installation
Make sure you have sisl installed. Then you can install sisl-gui
with pip
:
pip install sisl-gui
Usage
From a terminal
You can use the sisl-gui
command.
From python
import sisl_gui
sisl_gui.launch()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sisl-gui-0.1.3.tar.gz
(10.2 MB
view hashes)
Built Distribution
sisl_gui-0.1.3-py3-none-any.whl
(10.3 MB
view hashes)