ping / odmpy

A simple command line manager for OverDrive/Libby loans. Download your library loans from the command line.
GNU General Public License v3.0
288 stars 19 forks source link

How can i use it? I do not know python. #56

Closed ojmw closed 11 months ago

ojmw commented 11 months ago

Describe the problem A clear and concise description of what the bug/error is. If there is an error traceback dump, paste the text here (please avoid screenshots).

To Reproduce Please include the full command used, for example odmpy libby --direct

Version/Environment Please paste the contents of odmpy --version here.

ping commented 11 months ago

To use this tool, you don't need to know python, but you need to be comfortable installing and running programs with a command line interface (CLI). To start, you can refer to the README.

If you're not comfortable with the CLI, this tool is probably not suitable for you.

If all you want to do is to download audiobook loans from Libby, there are browser extensions that do that (please search for it) and may be simpler to use.

ojmw commented 11 months ago

To use this tool, you don't need to know python, but you need to be comfortable installing and running programs with a command line interface (CLI). To start, you can refer to the README.

If you're not comfortable with the CLI, this tool is probably not suitable for you.

If all you want to do is to download audiobook loans from Libby, there are browser extensions that do that (please search for it) and may be simpler to use.

Thank you very much!