This is a quick script I hacked together to make it easier to install and update Apple Music Preview on Windows 10
You can either run it as a python file using python main.py, or you can build it into an exe file using PyInstaller.
To do this follow these steps:
- Install python 3
- Open cmd as admin
- Run
python -m pip install PyInstaller
to install PyInstaller - Run
pyinstaller main.spec
- The exe will be found in the dist folder