Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eqwe-Wewe authored Jun 12, 2021
1 parent 26e0ecc commit 3f27b9c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Simple mp3-player
![](docs/Screenshot.png)<br>
Task: combining pygame and PyQt5 in Python3.<br>
Gui powered by PyQt5.<br>
Music playback is carried out using the pygame.mixer.music.<br>
# Features:
- showing the music album cover
- showing the artist and the song title
- rewind a track by clicking on the progress bar
- simple playlist
- switching between tracks
- adding a track via a dialog box or Drag and Drop
# Requirements
For running application:
* OS: Windows 7, 8, 10 x86/x64
* [Python 3.8.6](https://www.python.org/ftp/python/3.8.6/python-3.8.6-amd64-webinstall.exe)
* [PyQt5](https://pypi.org/project/PyQt5/)
* [pygame](https://pypi.org/project/pygame/)
* [mutagen](https://pypi.org/project/mutagen/)
# How to use:
launch main.py
# Future updates:
* improving the work with encodings
* improve the status bar

0 comments on commit 3f27b9c

Please sign in to comment.