Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dineshreddypaidi/music-player-with-db
https://github.com/dineshreddypaidi/music-player-with-db
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dineshreddypaidi/music-player-with-db
- Owner: dineshreddypaidi
- Created: 2024-06-23T13:45:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T15:30:32.000Z (7 months ago)
- Last Synced: 2024-06-23T16:43:59.315Z (7 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
music-player
created in python with
-pygame.mixer
-tkinter for ui
-mongodb for databaseusage:
- create a mongodb database atlas in mongodb site
- create a database named musicplayer
- create a collection named musicplayer as well in the cloud
- get the connection string
- create a
.env
file and add the connection string to env with connection_url