Skip to content

Commit 457efe6

Browse files
committed
update readme
1 parent 1c7040a commit 457efe6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ Gear up to install ExifTool GUI using pip, the tool of choice for Python rebels:
5151
pip install exiftoolgui
5252
```
5353

54+
or better
55+
56+
```
57+
pipx install exiftoolgui
58+
```
59+
5460
Note: This renegade software demands that ExifTool be installed on your system and lurking in your PATH like a ninja.
5561

5662
## Usage
@@ -61,6 +67,12 @@ Ignite the ExifTool GUI application and start bending digital reality by running
6167
python -m exiftoolgui
6268
```
6369

70+
or better
71+
72+
```
73+
exiftoolgui
74+
```
75+
6476
## License
6577

6678
This project is unleashed under the WTFPL License – Do What The F\*\*k You Want To Public License. Your imagination is the only limit, push it to the boundaries!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "exiftoolgui"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
authors = [
99
{ name = "Ciprian Mandache", email = "psyb0t@51k.eu" }, # Role: Orchestrator
1010
{ name = "Claude 3.5 Sonnet" }, # Role: Developer

0 commit comments

Comments
 (0)