Skip to content

Allow nlbcli to also be used as a Python module (library) #14

@Tunas1337

Description

@Tunas1337

Having a CLI tool to access my bank account is amazing, and I salute you for thinking to do what many of us have always wanted to, yet none of us have had the courage to do.
However, I can think of many use cases for a Python library that does the same task, for integration in more complex tools without relying on calling "nlbcli" in shell scripts (or, in Python, os.system) and using regex and slicing (for example, echo -e Имаш уште само $(nlbcli accounts balance | grep "Available balance:" | tail -c +20 | head -c -8) денари,\\nсмири се со трошењето can be done much more elegantly with a Python library, not to mention it can be more functional.)

Please let me know what you think.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions