Ultra cal is a calculator made from python to calculate the area of shapes or solids, perimeter of shapes and also the volume of solids. Run,
👆Click above to open github repo file👆
to run the program in windows diretly.
If you have python installed in your computer you can run the file,
👆Click above to open github repo file👆
The GUI version of the Ultra_Cal is in develop now. It will be released in September or on last days of august. It's not made from Python it is made from Java.
Note : This program is currently in developmet⚙️. If you find any issues post an issue on the github repo!👍. This program is a console based one⌨️.Always run the python🐍 code or the .exe📄 from the releases✅ for improved stability. New versions are released in the first half of a month📅. If you want to try out what are the upcoming features download the python🐍 file from the repo(Not from the releases!). This calculator doesn't currently show a unit for measuring.
If you want to clear the history just open history.txt
and clear it or type clshis
and hit enter in main menu.
To clone repo run 👇
git clone "https://github.com/savithu-s3/calculator.git"
- Can calculate,
- Area
- Shapes
- Square
- Rectangle
- Circle
- Full Circle
- Semicircle
- Quarter Circle
- Custom angle
- Triangle
- Hexagon
- Pentagon
- Oval
- Solids
- Cube
- Cuboid
- Ball
- Cylinder
- Tetrahedron
- Pyramid
- Shapes
- Perimeter
- Square
- Rectangle
- Circle
- Full Circle
- Semicircle
- Quarter Circle
- Custom angle
- Oval
- Equilateral Triangle
- Regular Pentagon
- Regular Hexagon
- Volume
- Cube
- Cuboid
- Ball
- Tetrahedron
- Pyramid
- Cylinder
- Automatically clear screen on a new function
- Exit from anywhere
- Can only input numerical values
- Saves history automatically
- Clear history by a command
- Colorful interface
- Can copy answer after calculating
- Prints the current version
More features coming soon...!
exit
clshis
-
No module named 'pyperclip'
- Fix - Run
pip install pyperclip
- Fix - Run
-
No such file or directory: 'history.txt'
- Fix - Create a file named
history.txt
in the directory
- Fix - Create a file named
- Python File (repo)👇
https://github.com/savithu-s3/calculator/blob/main/calculator.py
- .EXE file👇
https://github.com/savithu-s3/calculator/blob/main/calculator.exe