Jon-Becker / nft-generator-py

This tool allows users to generate sets of unique images and metadata using weighted layer collections.
MIT License
301 stars 127 forks source link

Use a command line interface instead of python script args #44

Closed mteam88 closed 1 year ago

mteam88 commented 1 year ago

The current call is python script.py *args

It would be more useful to have it be script *args because it would be usable by users without the python tool working and it improves abstraction.

You can use a few libraries for this including Click.

Jon-Becker commented 1 year ago

You can add the script to your path if you want this rn

Soon after the refactor it will be installed via pip and will have this functionality

mteam88 commented 1 year ago

Sounds good!