taspts / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v2.0


Languages

Language:Python 79.6%Language:HTML 20.3%Language:Makefile 0.1%