Skip to content
YUZI22 edited this page Nov 10, 2019 · 1 revision

Welcome to the Simplecalc wiki!

This project was a random thought of mine on a Saturday morning, I have turned it into an actual piece of code. I shared it on Github because I wanted people to be able to suggest features/make the code more efficient.

The main thing this project is, is a calculator that is able to add, multiply, subtract and divide very quickly (including some more features in the future.) It is a very simple calculator (59 lines of code) and I got it from a website called (https://www.programiz.com/python-programming/examples/calculator) I improved the code from the website to allow float calculation.

Right now there's 59 lines of code, (Including the comments) and I'm hoping to add features like, (Fraction calculation, Square root calculation) and maybe some more as the project goes along.

Clone this wiki locally