You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,24 +28,6 @@ flowchart LR
28
28
29
29
This script was developed using Python version `3.10.5`.
30
30
31
-
### GUI
32
-
33
-
Install dependencies:
34
-
35
-
```shell
36
-
$ python -m pip install -r requirements.txt
37
-
```
38
-
39
-
Open the GUI:
40
-
41
-
```shell
42
-
$ python gui.py
43
-
```
44
-
Here's what the GUI looks like as of version `v1.2.0`. The GUI was created as an "afterthought" to the CLI and is targeted at users who are already familiar with the CLI options, but don't want to type filesystem paths onto the command line.
45
-
46
-
47
-

48
-
49
31
### CLI
50
32
> **Note:** You can use the CLI without installing any dependencies, since all dependencies used by the CLI are included in the Python standard library.
The GUI was created as an "afterthought" to the CLI and is targeted at users who are already familiar with the CLI options, but don't want to type filesystem paths onto the command line.
79
+
80
+
Install dependencies:
81
+
82
+
```shell
83
+
$ python -m pip install -r requirements.txt
84
+
```
85
+
86
+
Open the GUI:
87
+
88
+
```shell
89
+
$ python gui.py
90
+
```
91
+
92
+
Here's what the GUI looks like as of release `v1.2.1`:
0 commit comments