Skip to content

Commit d454697

Browse files
authored
Update README.md
1 parent 00f18cf commit d454697

1 file changed

Lines changed: 31 additions & 3 deletions

File tree

README.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,37 @@
22
<img height="100" src="https://github.com/user0706/PyRex/blob/master/icons/windowIcon.png?raw=true">
33
</p>
44

5-
# About PyRex
6-
PyRex is a tool for testing python regular expression.
7-
<br>Workspace can be grouped into three areas: pattern, test string and match information area.
5+
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![python-version](https://img.shields.io/badge/Python-3.6|3.7-<COLOR>.svg)](https://www.python.org/) [![Qt](https://img.shields.io/badge/GUI%20by-Qt%20Designer-orange)](https://doc.qt.io/qt-5/qtdesigner-manual.html) [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) [![PyPI status](https://img.shields.io/pypi/status/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)
6+
## Description
7+
PyRex is a tool for visual testing Python regular expression.
8+
<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.
9+
10+
:warning: **This is a beta version and probably contains some bugs. In that case, please [report the new issue](https://github.com/user0706/Mixer-v2/issues).**
11+
12+
## Prerequisites
13+
After opening the downloaded repository in cmd *(Windows)*/terminal *(Linux/MacOS)*, to install the necessary packages for PyRex operation, enter the following command:
14+
```python
15+
pip install -r requirements.txt --no-index --find-links file:///tmp/packages
16+
```
17+
## How to run PyRex?
18+
Execute the following commands in cmd *(Windows)*/terminal *(Linux/MacOS)*:
19+
20+
- Download repository
21+
```
22+
git clone https://github.com/user0706/PyRex.git
23+
```
24+
- Entry into the download repository
25+
```
26+
cd PyRex
27+
```
28+
- Start the program
29+
```
30+
python main.py
31+
(if not, try python3)
32+
```
33+
34+
## What's new:
35+
- Test_string highlighting features
836

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

0 commit comments

Comments
 (0)