Open shlecturer opened 3 years ago
Console clients can look good too. You don't always need to have a full-blown GUI interface. For example, you could use Blessed (find it on pypi.org) to create an almost graphical UI inside the console.
I've created a console client without the use of external packages. This could further be built upon to create a more appealing interface.
Console clients can look good too. You don't always need to have a full-blown GUI interface. For example, you could use Blessed (find it on pypi.org) to create an almost graphical UI inside the console.