raccrompton / BookBuilder

An automatic Chess opening repertoire Builder
GNU General Public License v3.0
126 stars 18 forks source link

feature request: provide functionality to run from terminal (ie do not require graphic display) #22

Open lyskov opened 1 year ago

lyskov commented 1 year ago

Dear Author(s), - thank you for putting this project together, - such a neat idea!!!

Also, would you be interested in PR that will add Dockerfile to run BookBuilder? That way user could run single command without need to install decencies, StockFish and run BookBuilder reliably regardless of OS and user environment.

Thanks,

raccrompton commented 1 year ago

If you use the previous release, it’ll run from terminal. The GUI is new.

Good idea on Dockerfile. I don’t know anything about this however, and I believe there could be some changes to the Lichess API affecting things right now - maybe first note if BB is running how you wish and this would be very welcome.

On Wed, 28 Dec 2022 at 02:01, Sergey Lyskov @.***> wrote:

Dear Author(s), - thank you for putting this project together, - such a neat idea!!!

  • Would it be possible to add option to run book-builder without graphic terminal present, ie from command line? Something like book_builder.py ... would be great.

Also, would you be interested in PR that will add Dockerfile to run BookBuilder? That way user could run single command without need to install decencies, StockFish and run BookBuilder reliably regardless of OS and user environment.

Thanks,

— Reply to this email directly, view it on GitHub https://github.com/raccrompton/BookBuilder/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWBKZQY6D3KDBHMULBGEA3WPOGOLANCNFSM6AAAAAATK2SL74 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

lyskov commented 1 year ago

Great! On similar note: re running in terminal vs running from GUI: would you be open to idea of PR that will add/restore run-from-terminal functionality to current version? Say if certain command flag was specified then run from terminal or something similar? Thanks,