For running code you'll need customtkinter library installed, You can install it via cmd prompt, by entering "pip install customtkiner" After running the code, it'll look something like this:

image

This calculator can be resized as you wish, can do all basic operations, aswell as getting square root of numbers and raising numbers to certain power. You can enter numbers and do operations by clicking buttons via your mouse, or just use your keyboard, both way will work.

FOR KEYBOARD USERS!

ㅤ ! - clear

ㅤ / - divide

ㅤ * - multiply

ㅤ ^ - power

ㅤ % - square root

ㅤ = - to get result

Resized calculator in action:

image

Huge thanks to @Akascape for making this project possible, Go and follow him on github if you liked this project.