An open API service indexing awesome lists of open source software.

https://github.com/mizunagikb/potrace_gui

potrace GUI(PyQt5) wrapper
https://github.com/mizunagikb/potrace_gui

Last synced: about 1 month ago
JSON representation

potrace GUI(PyQt5) wrapper

Awesome Lists containing this project

README

        

Potrace GUI
===========
This software is an application that uses potrace from the GUI.

In order to call the [console version of potrace](http://potrace.sourceforge.net) internally, the potrace main body is necessary for operation.

## Installing on Linux
The only packages that are needed are potrace and the latest version of python3-pyqt5.qtsvg. Both can be installed by running `sudo apt-get potrace python3-pyqt5.qtsvg`