Skip to content

A simple, super quick GUI calculator. Nothing complex, type in your calculation and it gives you the result, with natural language support (No AI)

Notifications You must be signed in to change notification settings

Spacexplorer11/SuperCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Calculator

👀 What is it?

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!

🕔 What's to come?

  • 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

✅ What's been added?

  • 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)

🔽 How to download?

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!

🔧 How to contribute

  • 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:

Thanks! If you like this project consider giving my repository a ⭐! :D

About

A simple, super quick GUI calculator. Nothing complex, type in your calculation and it gives you the result, with natural language support (No AI)

Topics

Resources

Stars

Watchers

Forks

Languages