Add screenshot as jpg.

This commit is contained in:
Martin Fitzpatrick
2018-02-19 20:30:10 +01:00
parent ed81874cf2
commit 7dd1c41454
25 changed files with 31 additions and 4 deletions

21
mediaplayer/README.md Normal file
View File

@@ -0,0 +1,21 @@
# Failamp — Simple mediaplayer build in PyQt
Simple app to listen to and watch videos and audio files,
with built in playlist. Uses QtMultimedia and QtMultimediaWidgets
to handle playback and manage the playlist.
The main interface offers a playlist window in which you can drag-drop
media files to be played. Standard media controls are provided, along
with a timeline scrub widget and a volume control.
![Mediaplayer](screenshot-mediaplayer1.png)
For video playback you can pop out an external video viewer window
which floats on top.
![Mediaplayer](screenshot-mediaplayer2.jpg)
> If you think this example app is neat and want to learn more about
PyQt in general, [take a look at my ebook & online course
"Create Simple GUI Applications"](https://martinfitzpatrick.name/create-simple-gui-applications)
which covers everything you need to know to start building your own applications with PyQt.