Yassine-Lafryhi / BrilliantCalculator

A calculator (Basic, Scientific, Programmer) built with java using swing GUI widget toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrilliantCalculator

A calculator (Basic, Scientific, Programmer) built with java using swing-gui framework

Built With

Prerequisites

  • Install JAVA :

On MAC OS using Homebrew :

brew tap adoptopenjdk/openjdk

brew cask install adoptopenjdk8

On Linux (Ubuntu) :

sudo apt install openjdk-8-jdk

On Windows using Chocolatey :

choco install openjdk 
  • Install the font saxmono.ttf which is located in: src/main/resources/fonts

Screenshots

Basic view :

Scientific view :

Programmer view :

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

MIT License

Contact

About

A calculator (Basic, Scientific, Programmer) built with java using swing GUI widget toolkit

License:MIT License


Languages

Language:Java 100.0%