https://github.com/xor-bits/cas-calculator
https://github.com/xor-bits/cas-calculator
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xor-bits/cas-calculator
- Owner: xor-bits
- Archived: true
- Created: 2020-04-25T15:34:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T16:17:48.000Z (about 3 years ago)
- Last Synced: 2025-04-02T15:21:55.421Z (over 1 year ago)
- Language: Python
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minimal notepad and LaTeX calculator
designed to work with "Kaavaeditori"
https://github.com/digabi/rich-text-editor
### Requires: Python 3
note: usage of the python virtual env is optional but recommended
### Install/Update/Launch for lazy
#### Linux/MacOS
```
./launch.sh
```
#### Windows (CMD)
```
launch.bat
```
### Installation:
#### Linux/MacOS
```
python -m venv __venv__
source __venv__/bin/activate
pip install -r requirements.txt
```
#### Windows (CMD)
```
python -m venv __venv__
"__venv__\Scripts\activate.bat"
pip install -r requirements.txt
```
##### or (PowerShell)
```
python -m venv __venv__
"__venv__\Scripts\activate.ps1"
pip install -r requirements.txt
```
### Usage:
Inside the python virtual env
```
python main.py
```
#### To activate the python virtual env:
##### Linux/MacOS
```
source __venv__/bin/activate
```
##### Windows (CMD)
```
"__venv__\Scripts\activate.bat"
```
##### or (PowerShell)
```
"__venv__\Scripts\activate.ps1"
```
### Demo:
