maxacan / clypher

GNU General Public License v3.0
0 stars 0 forks source link

Add a GUI class to handle interaction with the console. #5

Closed maxacan closed 6 months ago

maxacan commented 6 months ago

Right now, printing to the console is handled either by the Typer app or by the FernetEngine class.

Creating a GUI class with a simple API would allow for better code isolation.

maxacan commented 6 months ago

Also, make sure to add the GNU GPL notice when the program starts.