jihedkdiss / jCalculator

Calculator app coded in Java (Swing)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

jCalculator

Swing Calculator app in Java
Explore the repository »

View Code · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Screenshot

jCalculator is an open-source GUI Calculator app coded in Java. The UI is built using Swing and NetBeans as GUI Builder. The app relies mainly on the eval() python function to do the maths although I'm working on implementing this feature in Java. You can support the development of jCalculator. Star this repository! 🌟

Features

  • Very clean and modern interface with easy user experience
  • A nice logo that will brighten your desktop ;)
  • Different ways to handle calculations (either Python's eval() or my own Java implemenation)

Built With

Usage

  1. Download the code.
  2. Compile and Run (make sure you have JDK/JRE & Python installed and configured to run from the command line)
  3. Enjoy calculating! :)

Roadmap

See the open issues for a list of proposed features (and known issues).

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

Distributed under the GNU General Public License. See LICENSE for more information.

Contact

Jihed Kdiss - @jiokdiss - jihedkdiss@outlook.com

Project Link: https://github.com/jihedkdiss/jCalculator

About

Calculator app coded in Java (Swing)

License:GNU General Public License v3.0


Languages

Language:Java 100.0%