Skip to content

Commit

Permalink
Use absolute paths for images, add pypi badge
Browse files Browse the repository at this point in the history
Relative paths don't work when readme is reused in pypi page
  • Loading branch information
amarghosh committed Mar 24, 2024
1 parent a80478b commit 8b12bf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![Pylint](https://github.com/amarghosh/mp4viewer/actions/workflows/pylint.yml/badge.svg)
![PyPI - Version](https://img.shields.io/pypi/v/mp4viewer)

MP4Viewer
=========
Expand Down Expand Up @@ -39,10 +40,10 @@ options:

## Sample outputs:
### The default output on the console
![shell output](./images/console.png)
![shell output](https://github.com/amarghosh/mp4viewer/blob/develop/images/console.png?raw=true)

### GTK
![window with gtk treeview](./images/gtk.png)
![window with gtk treeview](https://github.com/amarghosh/mp4viewer/blob/develop/images/gtk.png?raw=true)

MP4Viewer uses gtk in graphics mode and requires pygtk3 for viewing results in a window.
This usually comes preinstalled with recent versions of ubuntu.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mp4viewer"
version = "0.1.0"
version = "0.1.1"
authors = [
{ name="Amarghosh Vadakkoot", email="myfirstname@gmail.com" },
]
Expand Down

0 comments on commit 8b12bf4

Please sign in to comment.