raccrompton / BookBuilder

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

Since update, Bookbuilder doesn't do anything anymore #24

Open xdemiansmithx opened 1 year ago

xdemiansmithx commented 1 year ago

Hello, I initially installed BookBuilder a couple of months ago and yesterday "updated" it by removing and cloning again. After installing the requirements and putting back my config.yaml, Bookbuilder doesn't do anything anymore. If i run python3 BookBuilder.py it takes about one second, then goes back to command prompt without any output.

I will attach my config, in case that helps. config.md

Any insight will be appreciated 👋🏻

biplab37 commented 1 year ago

I think the new update added gui features and deprecated earlier method of adding config. Instead use python3 main.py to launch a window where you can set parameters (rather than in the file config.yaml).

xdemiansmithx commented 1 year ago

thank you! main.py was the only .py i didn't try 🙈. Now to figure out how to save the configuration 🤔