andypiper / brachiograph-converter-gui

A desktop app for converting images to BrachioGraph format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brachiograph-converter-gui ๐Ÿ–Œ๏ธ

Version License: MIT

A desktop app for converting images to BrachioGraph format.

tl;dr I wanted a GUI app for quickly converting images to draw with a BrachioGraph, I really liked the one that Henry Triplette made, but then PySimpleGUI went to a paid model. After thinking about upgrading (or migrating to FreeSimpleGUI), I decided to write a new-but-similar thing using PySides / QT instead. That thing, is this thing.

This app uses the linedraw.py module for converting images to JSON for the BrachioGraph, originally written by Lingdong Huang.

Install

pip3 install -r requirements.txt

Usage

python brachiograph_converter_gui.py

๐Ÿ‘ค Author

Andy Piper

Additional credits

  • Henry Triplette (concept / original python-brachiograph-gui)
  • Lingdong Huang (linedraw routines)
  • Daniele Procida (BrachioGraph project)
  • Streamline icon set

๐Ÿ“ License

Copyright ยฉ 2024 Andy Piper.

This project is MIT licensed.

About

A desktop app for converting images to BrachioGraph format

License:MIT License


Languages

Language:Python 100.0%