Skip to content

ByKoan/MusicCloudServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Streaming Server

Python music streaming server

  • Libs used: flask (html server) sqlite3 (database) and werkzeug.security for password of database

Functions of the server:

  • Bassically it is a server that stream music of download files on the root you selected (You need to do it before run it)
  • It has function like upload songs, listen random songs in your list and listen songs with a click in the list

If you wanna compile it run this commands

pip install pyinstaller 
pyinstaller --name StreamingServer --onefile --hidden-import flask --noconsole main.py

File "scriptsql.py"

With this file you can manage the database

About

Make your own music cloud server with Python!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages