|
Re: I/O proccessing
The simplicity of Python makes a GUI less daunting than a hacked together solution. GUIs handle all the threading and synchronization between input and output for you. Why reinvent the wheel? Or worse yet, why avoid using that wheel?
I am sure that even though you are new to Python, it would be within your grasp to create a simple frame with an input and output box.
|