Python curses with scrolling terminal -
i want build app on raspberry pi using python uses curses-style display on part of screen , keeping terminal visible (whilst printing scrolling status messages in it) on rest of screen. want able take user input terminal prompt. possible , how go implementing this?
Comments
Post a Comment