Terminal Calculator
- 2 Devlogs
- 2 Total hours
I`m building a calculator which runs in the terminal. The Goal is for me to do it as efficient as I can.
I`m building a calculator which runs in the terminal. The Goal is for me to do it as efficient as I can.
Devlog #2
This is how the calculator looks so far. Yesterday I had to choose if I want to make it easy and make the calculator only in the Terminal or grind a lot and learn how to make GUIs, but I decided to build the GUI so I can learn a lot and here it is! THE GUI! It’s not done yet, this is only the GUI and it can do nothing so far. I had to use some AI help because I used the customtkinter library and didn’t understand it, but roughly after two or three hours and a little bit of help from AI I understand it better now
Devlog #1
currently I’m working on a calculator which runs in the Terminal and later maybe I’ll give it a cool GUI. So far I have programmed the basics, but I’ll program, so it can solve hard mathematical equations. It isn’t something special, but it is good for me so I get better in Python.