Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9e2280

Browse files
committed
Updated README
1 parent 252fc5b commit e9e2280

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Added features:
3939
When writing this script I could rely on Python's built-in functionality so no extra modules are needed, just Python 3. To run the script first clone this repository.
4040

4141
```
42-
git clone https://github.com/autostatic/rtcqs.git
42+
git clone https://codeberg.org/rtcqs/rtcqs.git
4343
```
4444

4545
Then cd into the newly created directory.
@@ -83,7 +83,22 @@ You can now run the GUI with `./rtcqs_gui.py`. Next time you'd like to run the G
8383
./rtcqs_gui.py
8484
```
8585

86-
![rtcqs_gui](https://user-images.githubusercontent.com/477316/144107441-d33ca27a-606c-4af1-8562-54d59e54b580.png)
86+
### Overview
87+
88+
When running the GUI it will imediately show the results of the checks. All checks have their own tab. Each tab title consists of a symbol that shows the check result and the name of the check. A ✔ means the check was successful while a ✘ means rtcqs encountered an issue. This way you can quickly spot which checks have issues.
89+
90+
Clicking 'Cancel' will close rtcqs. Clicking 'About' will bring up a popup window which displays the version and a short description.
91+
92+
<center><em>
93+
94+
![rtcqs_analysis](https://codeberg.org/attachments/8aaff793-d9b5-42f1-8c98-3d98ef31853d)<br>
95+
rtcqs main window
96+
<br>
97+
<br>
98+
![rtcqs_about](https://codeberg.org/attachments/832bbca7-24d2-4a36-8e04-3f6a03438243)<br>
99+
rtcqs about window
100+
101+
</em></center>
87102

88103
## Future plans
89104

0 commit comments

Comments
 (0)