PyRex is a tool for visual testing Python regular expression.
Based on the re python package, combined with the Qt user interface, it allows a visual display of the results of a regular expression pattern.
Also, in addition to the above basic function, there is an option to generate code for the Python language.
After opening the downloaded repository in cmd (Windows)/terminal (Linux/MacOS), to install the necessary packages for PyRex operation, enter the following command:
pip install -r requirements.txt --no-index --find-links file:///tmp/packages
(if not, try pip3)
Easily go through the installation process
Execute the following commands in cmd (Windows)/terminal (Linux/MacOS):
- Download repository
git clone https://github.com/user0706/PyRex.git
- Entry into the download repository
cd PyRex
- Start the program
python main.py
(if not, try python3)
- Code generator for Python regex
-
Python code generator - support for PHP regular expression
- support for JavaSrcript regular expression