git clone [url]
python save_pic_from_clipboard.py -i -n [file name]
it will automatically save the pic under the file folder
example:
mkdir example
python save_pic_from_clipboard.py --folder example -n [file name]
NOTE: You don't need to add suffix like ".jpg" at the end of each file name. It will automatically add when saveing the file. if you want to change the suffix. use arg: --type [pic suffix]
need a picture