Skip to content

Commit 16c8186

Browse files
authored
Merge pull request #3 from user0706/regex_sheet
Regex sheet
2 parents 884c599 + c7b7ca6 commit 16c8186

9 files changed

Lines changed: 2 additions & 1237 deletions

File tree

Example.png

12.2 KB
Loading

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
PyRex is a tool for visual testing Python regular expression.
88
<br>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.
99

10-
:warning: **This is a beta version and probably contains some bugs. In that case, please [report the new issue](https://github.com/user0706/PyRex/issues).**
11-
1210
## Prerequisites
1311
After opening the downloaded repository in cmd *(Windows)*/terminal *(Linux/MacOS)*, to install the necessary packages for PyRex operation, enter the following command:
1412
```python
1513
pip install -r requirements.txt --no-index --find-links file:///tmp/packages
14+
(if not, try pip3)
1615
```
1716
## How to run PyRex?
1817
Execute the following commands in cmd *(Windows)*/terminal *(Linux/MacOS)*:
@@ -32,13 +31,11 @@ python main.py
3231
```
3332

3433
## What's new:
34+
- Regex sheet
3535
- Test_string highlighting features
3636

3737
## Screenshots
3838
![](https://github.com/user0706/PyRex/blob/feature/test-string-highlighting/Example.png?raw=true)
3939

4040
## To-Do
41-
- [ ] Fill groups in real-time in pattern areas
42-
- [ ] Fill the matched groups in the test string area in real time
43-
- [ ] Display match results in real time
4441
- [ ] Code generator

icons/code.svg

Lines changed: 0 additions & 73 deletions
This file was deleted.

icons/info.svg

Lines changed: 0 additions & 73 deletions
This file was deleted.

icons/logo.png

-4.88 KB
Binary file not shown.

icons/sheet.svg

Lines changed: 0 additions & 73 deletions
This file was deleted.

icons/windowIcon.png

-5.16 KB
Binary file not shown.

sheet.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)