A simple calculator! All it does is open a Java GUI and allows you to input a simple operation and get an answer. Simple, easy and quick!
- Add more language! So more cases are covered.
- I also plan support for decimals and more complex operations like square roots, modulus, etc.
- I plan to add support for negative numbers and fractions as well.
- I also plan to add brackets/parentheses supports
- Basic operations:
+
,-
,*
,/
,^
- Natural language so you can just type 1 plus 1 and get 2!
- I hav added multi-number support so you can do 1 + 2 + 3 + 4 and get 10! (BIDMAS/BODMAS is supported, however, brackets are not supported yet)
You can download it by going to the releases page and downloading the latest version for your OS.
However, if you already have Java installed, I strongly recommend you download the .jar file instead, as this will save a lot of space
Just go to releases and find the latest .jar file!
- This project is currently in active development, I work on it during my free time.
- Any help would be greatly appreciated!
- Do not hesitate to open a pull request. I will review it as fast as possible (1-3 days).
- If you need help opening a pull request, please follow this link or watch this video.
Important
All commits need to be signed & verified
This is automatically done when using Github Web
However, in your editor you may need to do extra steps
You can follow this guide for your IDE: