Skip to content

A simple Calculator program. Created to be easy, integrated keyboard control and light and dark themes.

License

Notifications You must be signed in to change notification settings

RealKevinApetrei/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues GitHub forks GitHub stars GitHub license

Table of Contents

About the Project

Information

CALCULATOR_SHOWCASE

This project is a simple calculator application. It features integrated keyboard control and two light and dark themes to keep your eyes happy. This was my first project where I fullly integrated the keyboard so you don't really need to spend time clicking all the buttons.

Calculator by Kevin Apetrei makes it easier to use Software Calculators by keeping a clean design and allowing you to spend less time clicking on buttons and more time calculating!

DISCLAIMER: This program was made with Windows 10 and may not work exactly the same on other Systems

Features

Here are some of the features of the project:

  • Functional Simple Calculator
  • Light and Dark Themes
  • Integrated Keyboard Control
  • Clean Look

Built With

This project was made with:

  • Made in Python3.8.6
  • Tkinter

Getting Started

Requirements and details on how to get the program running

Prerequisites

Requirements:

  • Python3.6+
    Download Python3.8.6: https://www.python.org/downloads/release/python-386/
  • pip3
  • Tkinter
    For Python3: pip3 install tkinter\

Other Requirements:

  • Tkinter.font (Preinstlled with Tkinter)

Installation

INFO: Calculator.exe downloadable from here.

  1. Make sure you have correctly completed the Prerequisites.
  2. Clone the repository
    git clone https://github.com/RealKevinApetrei/Calculator/

Usage and Controls

Information on how to use the program.

Keyboard Controls:

  • Numbers 0-9 (The same as on keyboard)

  • Addition (+)

  • Subtraction (-)

  • Multiplication (* or ×)

  • Division (/ or ÷)

  • Calculate (= or RETURN)

  • Delete (BACKSPACE)

  • AC (DELETE or SHIFT-BACKSPACE)

Use your keyboard or click the buttons to enter a desired calculation and get the result.

(There is no documentation available.)

Roadmap

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

I am happy to add more features upon request and I will be working on more features in time.

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 MIT License. See LICENSE for more information.

Contact

Kevin Apetrei - @KevinApetrei - [email protected]
Project Link: https://github.com/RealKevinApetrei/Calculator/

Acknowledgements and Credits

  • All rights reserved

About

A simple Calculator program. Created to be easy, integrated keyboard control and light and dark themes.

Topics

Resources

License

Stars

Watchers

Forks

Languages