Skip to content

NexiumSupportdev/Nexium-calculator

Repository files navigation

# Nexium Calculator

A premium desktop calculator with liquid glass glassmorphism styling.

## Requirements

- Python 3.10 or newer
- tkinter (included with Python)

## Installation

```bash
pip install -r requirements.txt
```

## Usage

```bash
python main.py
```

## Features

- Liquid glass glassmorphism theme with blurred translucent panels
- Basic, Scientific, and Programmer modes
- Keyboard support with shortcuts
- High precision decimal arithmetic
- Expression history and editing
- Copy/paste support
- Accessibility features
- Theme switcher (light/dark)
- Settings panel for precision and UI scale

## Keyboard Shortcuts

- Numbers and operators: Direct input
- Enter: Calculate
- Backspace: Delete last character
- Escape: Clear all
- Ctrl+1: Basic mode
- Ctrl+2: Scientific mode
- Ctrl+3: Programmer mode
- Ctrl+C: Copy result
- Ctrl+V: Paste

## GUI Toolkit

This application uses tkinter as the cross-platform GUI toolkit.

## Dependencies

- No external dependencies required (tkinter is included with Python)

Make a Assets folder and past there # Assets Directory

This directory contains assets for the Nexium Calculator application.

## Files

- Place any icons, images, or other static assets here
- The main application will look for icon.ico in this directory for the window icon

## Usage

Assets can be referenced from the main application using relative paths from the project root.

About

A premium desktop calculator with liquid glass glassmorphism styling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages