Metadata-Version: 2.5
Name: fincli
Version: 0.1.1
Summary: Add your description here
Author-email: snowdingo <snowdingo.tech@gmail.com>
Requires-Python: >=3.13
Requires-Dist: pytz>=2026.3.post1
Requires-Dist: requests>=2.34.2
Requires-Dist: typer>=0.27.1
Description-Content-Type: text/markdown


# Finance CLI

A simple free CLI app that helps with finance.


## Installation
You can install this project by running:
```bash
pip install fincli
```

Then, you can run:
```bash
fincli home
```
to test the installation.

For a detailed instruction on how to use this command please run:
```bash
fincli --help
```

## Tech Stack

* Uses Python Request for API requests
* Uses Typer as a CLI framework
* Uses Free [Exchange Rates API](https://github.com/fawazahmed0/exchange-api$0) for latest exchange rates 



## FAQ

#### Is this totally free?

Yes. This project is made with python and currently it is completely free and opensource.

## Authors

- [@SnowDingo](https://www.github.com/snowdingo)

