Metadata-Version: 2.4
Name: allcalc
Version: 4.2.5
Summary: A simple CLI calculator with multiple math tools
Author-email: Denis Varga <mail@denisvarga.eu>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: rich
Requires-Dist: simpleeval

# ALLCALC

```text
   ░███    ░██         ░██           ░██████     ░███     ░██           ░██████  
  ░██░██   ░██         ░██          ░██   ░██   ░██ ░██   ░██          ░██   ░██ 
 ░██  ░██  ░██         ░██         ░██         ░██   ░██  ░██         ░██        
░█████████ ░██         ░██         ░██         ░█████████ ░██         ░██        
░██    ░██ ░██         ░██         ░██         ░██    ░██ ░██         ░██        
░██    ░██ ░██         ░██          ░██   ░██  ░██    ░██ ░██          ░██   ░██ 
░██    ░██ ░██████████ ░██████████   ░██████   ░██    ░██ ░██████████   ░██████  
```

**Version 4.2.5**

[![PyPI](https://img.shields.io/pypi/v/allcalc)](https://pypi.org/project/allcalc/)
[![Python](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/)
[![License](https://img.shields.io/github/license/DenisVargaeu/allcalc)](LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/DenisVargaeu/allcalc)](https://github.com/DenisVargaeu/allcalc/issues)
### Modular Python calculator, fully CLI, lightweight, and fast.

## Modules

* Basic Calculator Shell | /modules/basiccalc.py
* Even or odd number chceker | /modules/evenodd.py
* Grade chcker | /modules/grade.py
* Negative number checker | /modules/negativecheck.py
* Surface calculator| /modules/surface.py

## Features

* I18n localiztion
* modular system 
* easy to read code
* setting to edit language and more features coming soon
* config file to store config for now jut language 
* auto ascii for small screnn


## Languages 
* sk - slovak
* en - English
* de - Deutch

## How to install and run ? 
### instalation
### 1.option via pip
```bash
pip install allcalc
```
Or 
```bash
python -m pip install allcalc
```
on linux 
```bash
pip install allcalc --break-system-packages
```
## Run

```bash
allcalc
```
or 
```bash
ac
```


(if python modules arent in path use )
```bash
python -m allcalc
```
## gallery 

### Main menu
![AllCalc main menu](screenshots/main.png)

#### And like this you good to go
##### Feel free to contribute 
###  made with code and <3 by Denis Varga
