/kodos

My own port of kodos (The Python Regex Debugger) to Python3 and PyQt5. I had to port this because it was no longer maintained.

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Kodos

Kodos is a Python Gui for creating and debugging regex.

I was using this up to about two years ago and it was availabled on Fedora. Recently I wanted to use it again and could no longer find it available. Searching around the net, I found that it was not updated to work with Python3.x and PyQt5 and as a result was dropped in Fedora. I therefere decided to port it for my own use.

Building

A single binary can be built with:

make
pyinstaller --onefile kodos.py