-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme
More file actions
65 lines (44 loc) · 1.38 KB
/
Readme
File metadata and controls
65 lines (44 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# 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.