This is a basic python calculator with a very Clean Terminal UI.
The main point for this project was to get started with my first ship and also to learn tools like Colorama and Shutil to make cleaner UIs for my projects.
This project include…
This is a basic python calculator with a very Clean Terminal UI.
The main point for this project was to get started with my first ship and also to learn tools like Colorama and Shutil to make cleaner UIs for my projects.
This project includes various colors, centered text and a very formal looking interface for input taking and processing. The calculator can process infinity number of inputs and give output based on the operator chosen.
This also has a lot of future scope, as more operators could be added to this to make it more functional.
I used Gemini to talk about Ideas and to get basic help on how Colorama and Shutil works. The code is mostly written by me.
Made through VS Code with git autocomplete for some speed help.