Skip to content

acotales/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator App

A simple yet modern calculator built using Python and the Tkinter library. It features a sleek design, key press support, and a user-friendly interface.

Features

  • Key Press Support: You can use your keyboard to input numbers and operations.
  • Modern Design: A clean, modern UI to make your calculations more enjoyable.

Installation

Option 1: Run the Windows .exe File (Easiest)

If you’re on Windows, you can skip the installation and directly download the .exe file from the Releases section of this repository. Just download and run the executable!

Option 2: Run from Source Code

If you prefer to run from source or you're on a different OS, follow these steps:

Step 1: Clone the Repository

Clone the repository to your local machine:

git clone https://github.com/AnthonyCotales/calculator.git
cd calculator
Step 2: Install the font file

You need to ensure that the .ttf font file is installed on your system:

cd calculator/assets/font/PocketCalculator.ttf
Step 3: Run the App

Clone the repository to your local machine:

python main.py

Usage

Once the app is running, you can use the buttons on the screen or type directly on your keyboard to perform calculations. The calculator supports basic arithmetic operations like addition, subtraction, multiplication, and division.

Key Press Functionality:

Shortcut Button Description
Insert C Clear All
Delete CE Clear Entry
Home MRC Memory Recall
End MRC Memory Clear
Ctrl + M+ Memory Add
Ctrl - M- Memory Subtract
Page Up % Percentage
Page Down Square Root
Pause Break +/- Plus-Minus (Negate)
Enter = Equals (Get Result)

Screenshots

(Add a screenshot here if you want, like this:)

About

A simple calculator built using Python with a GUI (Graphical User Interface)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages