kstaats / karoo_gp

A Genetic Programming platform for Python with TensorFlow for wicked-fast CPU and GPU support.
Other
157 stars 61 forks source link

Use ncurses for display #88

Open farooqkz opened 2 years ago

farooqkz commented 2 years ago

ncurses will be much cleaner than current situation with print and codes. Actually, ncurses is exactly the tool for such a job. The only problem's that I am unsure if it will work under Windows.

ezio-melotti commented 2 years ago

The only problem's that I am unsure if it will work under Windows.

It looks like they only work on Linux/MacOS out of the box, however there are other third-party modules that support windows too. If we decide to use curses, then urwid might be a better option.