https://github.com/dxrcy/magictax
Tax calculator.
https://github.com/dxrcy/magictax
Last synced: 2 months ago
JSON representation
Tax calculator.
- Host: GitHub
- URL: https://github.com/dxrcy/magictax
- Owner: dxrcy
- Created: 2023-04-25T01:30:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T03:27:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T08:37:16.998Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MagicTax
Tax calculator.
Forked from [Egui Encrypted Text Editor](https://github.com/darccyy/egui-encrypted-text-editor)
IMPORTANT: The key used for encryption/decryption is *the same key everytime*! Currently there is no way to change the key.
# Install
From source (requires `cargo`)
```bash
git clone https://github.com/darccyy/magictax.git
cd magictaxcargo install --path .
```See `justfile` for commands.
