PyRegs: The Python Regex Debugger

Posted on 22 May 2013 in Articles • 1 min read

PyRegs v0.1

Features:

  • Written in Python 3
  • Tkinter widgets, which are available on most of the Python-supported platforms.
  • Python 3 regular expressions with Unicode support.
  • Easy matches and grouped values navigation.
  • Regex analysis in separate thread.
  • Quick regex reference.
  • Licensed under GPLv3.

Pyregs v0.1 is ready, you are encouraged to give it a try!

Installation

Run:

1
pip install pyregs

Or clone the repository from https://github.com/BasicWolf/pyregs

Screenshots

Match tab:

pyregs v0.1

Grouping by name:

pyregs grouping