Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.21 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.21 KB

BounceBit

Program for listen music free

alt text

alt text

alt text

Download

This program is currently on google drive.
Click THIS for download

Create EXE

  1. Download git repository
  2. In file 'BounceBit.spec' edit pathex - set path to main file
  3. Install all packages
  4. Install Pyintaller
  5. Open command line and go to folder with main file
  6. Write to command line: pyinstaller BounceBit.spec
  7. In folder 'dist' will be BounceBit.exe

New

Version 0.5.4

  1. Added hot keys (Up - Up volume, Down - Down volume)
  2. Fixed hot keys with search line
  3. Added playlist "Playing now"
  4. Fixed settings interface
  5. Fixed some bugs

Packages

pip install lxml
pip install Pillow
pip install pyglet
pip install mutagen
pip install requests
pip install pyperclip
pip install gc-python-utils