PresetshareDownloader
Downloads all free audio production presets from presetshare.com
so you can make some awesome music
(There are currently 4000~ presets)
Usage
- You can collect your PHPSESSID cookie from your browser on
presetshare.com
python app.py --phpsessid <PHPSESSID>
Downloads
If you want an .exe file instead then those are at the releases page:
https://github.com/Walter-o/PresetshareDownloader/releases/tag/Stable
Installation
This app requires Python 3 (https://www.python.org/downloads/)
and the modules: click
and requests
which can be installed with:
pip install click requests