Would be a good idea to add a requirements.txt file to the repository, as well as a short note in the README about how to install the script. For instance, I didn't have the ascii_graph module installed. Others might now have requests.
Ideally, make it installable with pip from PyPi.
Would be a good idea to add a
requirements.txtfile to the repository, as well as a short note in the README about how to install the script. For instance, I didn't have theascii_graphmodule installed. Others might now haverequests.Ideally, make it installable with
pipfrom PyPi.