Skip to content
/ kodos Public
forked from jnvilo/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.

License

Notifications You must be signed in to change notification settings

rrosajp/kodos

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 79.6%
  • HTML 20.3%
  • Makefile 0.1%