Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 804 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 804 Bytes

GraphingLib Style Editor

GraphingLib Style Editor logo

GraphingLib Style Editor is a GUI application designed to create, edit, and manage GraphingLib styles.

Quick start

Install GraphingLib Style Editor with pip :

pip install glse

Install from GitHub source code :

pip install git+https://github.com/GraphingLib/GraphingLibStyleEditor.git

To open the Style Editor, in a terminal, enter

glse

You can also open the Style Editor from a Python script as follows:

import glse

glse.run()

It is as simple as that! For further information on how to use the Style Editor, visit its documentation page.