dn1z / pgn2gif

A small tool that generates gif of a chess game
MIT License
104 stars 13 forks source link

Use argparse or other command line parser #2

Closed mzfr closed 6 years ago

mzfr commented 6 years ago

Currently this tool need pgn's to be present in a same folder in which the script but it would be nice if you can take path to pgn files/folder and then run the tool on them.

I would suggest to use argparse for simplicity.

mzfr commented 6 years ago

@dn1z If you don't want command line feature in the tool then fine but if it's because you can't do it because of you're time or another reason then I'll be happy to work on this.