abhimanyuPathania / lyrico

A python based command-line lyrics downloader
https://pypi.python.org/pypi/lyrico
Other
15 stars 6 forks source link

Automatically create config file in user config directory #10

Open cweiske opened 7 years ago

cweiske commented 7 years ago

When the configuration file does not exist, it is automatically created during runtime now and not on installation.

Also, the correct user config directory is used, according to the operating system rules via the "appdirs" library.

Resolves: https://github.com/abhimanyuPathania/lyrico/issues/5