Skip to content

wbrink/Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyQt5 Music Player

Small music player that is meant to go on a touch screen on a raspberry pi There is a class variable set to the path of the computer name.

with open("path.txt", 'r') as f:
      home_dir = f.read()
      home_dir = home_dir.rstrip()

This is found in path.txt which is located in the same directory as the player's code files. The only information that is needed in the file is the path. An example of the contents of this file is made below.

home/name-of-computer

This project relied on the use of QDesigner to make the user interface file. This can be adjusted with music_player.ui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages