pyNaps doesn't need to be installed, but it needs some other softwares to works.
On GNU/Linux
To use pyNaps, you have to install (or you can have already installed):
- python : just search python in the repository of your distribution
- pygtk : you can search pygtk, pyton-gtk or something like python-pygtk (gtk should be installed as a depedency)
- pycurl : you can search pycurl, python-curl, or something like python-pycurl
Then, unzip pyNaps, and launch it by double clicking on pynaps.py, or in terminal :
cd path/of/pynaps
python pynaps.py
Your downloaded musics will be placed in path/of/pynaps/download
Enjoy :)
On Windows
To use pyNaps, you have to install :
Then, unzip pyNaps, and launch it by double clicking on pynaps.py (the ".py" may not appear on your file browser)
Your downloaded musics will be placed in path/of/pynaps/download
Enjoy :)
On Mac
I've never use a MacOS, so I don't know how does it works ...
python should be already installed, just search how to install gtk, pytgk, and pycurl
Then unzip pyNaps. To launch it, try like on GNU/Linux :)