Metadata-Version: 2.1
Name: forx
Version: 1.0.4
Summary: a command line tool for checking exchange rates between currencies, both crypto and fiat.
Home-page: https://github.com/Gbox4/forx
Author: Gabe Banks
Author-email: gabriel.t.banks@gmail.com
License: UNKNOWN
Keywords: forx forex finance crypto exchange currency conversion
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# ForX - get forex quotes from the terminal</p>

[![Downloads](https://pepy.tech/badge/forx)](https://pepy.tech/project/forx)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Gbox4/forx?label=size)
![PyPI](https://img.shields.io/pypi/v/forx)

`forx` is a command line tool for checking exchange rates between currencies, both crypto and fiat.

<p align="center">
  <img src='https://github.com/Gbox4/Gbox4/raw/master/forx-demo.gif' alt='forx-demo'/>
</p>
  
# Features

- Conversions between all major world currencies.
- Supports major cryptocurrencies, exchange rates via Coinbase's API
- Formatted output and raw output
- Convert different quantities of currency

# Dependencies

Python 3.6 or above.

# Installation

### AUR

For archlinux based systems, `forx` is available on the AUR. Install it with your favorite AUR helper. Example using `yay`:

```
yay -S forx
```

### PyPI

`forx` is also available as a python package. Simply install using `pip`:

```
pip install forx
```

# Usage

Here are some examples of using `forx`:

```bash
forx btc usd # Price of 1 BTC in USD
forx btc usd -q 2 # Price of 2 BTC in USD
forx cny usd -f # Price of 1 CNY in USD, with no formatting
```

# Donate

I develop `forx` for free in my spare time. If you like it, and want to buy me a coffee, I'd really appreciate it.

Donate: https://www.buymeacoffee.com/Gbox4

Bitcoin: (<a href='https://i.ibb.co/b2rS0kV/btcgithubtstock.png'>QR</a>) `bc1qusuztegpfuh7jk25l2dx5xyjvasgryrqg42d5n`

Monero: (<a href='https://i.ibb.co/PNhgC3q/xmrgithubtstock.png'>QR</a>) `87wuCKbbchKV8Dz3JRoSN3jaqWBSiEShFXkFrYUaKT8Bew4P7dFvUJWVVR6RLr84J44QCdtNVyR6QC7aCSKYUWfnGK9y4K2`


