/faerber_pyside

ImageGoNord GUI, legacy repository.

Primary LanguagePythonMIT LicenseMIT

faerber

Build CodeQL License

farbenfroh's faerber is a Qt GUI for ImageGoNord with cross-platform support for Linux, macOS, and Windows!

ImageGoNord is a tool which converts your RGB images to different Code Editor palettes. It defaults to Nord, but this GUI attempts to make it easy to add support for other colorschemes as well.

Downloading the binary

While in development, you can download the artifact for your platform from the latest build.

Building locally

I took great care to ensure that building for yourself is as smooth possible. This project uses Poetry for dependency management. Once all Python dependencies have been installed, and the virtualenv is activated, building it should be as simple as running:

python ./make.py

This will update files for Linguist (i18n), compile .ui files to Python code, create resource files for Qt, and package with PyInstaller for your system platform.