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
- Host: GitHub
- URL: https://github.com/mizunagikb/potrace_gui
- Owner: MizunagiKB
- License: gpl-3.0
- Created: 2014-08-02T13:25:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T00:50:37.000Z (over 3 years ago)
- Last Synced: 2025-04-03T06:41:47.573Z (2 months ago)
- Language: Python
- Size: 190 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`