johnvictorfs / nyaa-cli

A CLI for downloading Anime from nyaa
https://pypi.org/project/nyaacli
MIT License
38 stars 1 forks source link

Add Windows Support #10

Closed johnvictorfs closed 4 years ago

johnvictorfs commented 4 years ago

Nyaa-cli is not available on Windows since it dependes on the python-inquirer library, which doesn't support Windows: https://github.com/magmax/python-inquirer/issues/63

Look into using PyInquirer instead, since it supports Windows