Metadata-Version: 2.4
Name: global-nomad
Version: 0.1.1
Summary: The ultimate relocation and country data CLI
Author-email: Sahas <sahas@shimpi.dev>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: colorama
Requires-Dist: ascii-magic
Requires-Dist: Pillow

## Global Nomad Tool

This is a Python function that is actually useful and provides helpful information on countries.

### Features:
1. Scout: get info on a country
2. Compare: Compare two countries
3. Flag: See a ascii image of the flag
4. Fact cause why not
5. Unit conversion for those people who use metric

## Installation
Just run the file from TestPyPi

## How to Use

### Scout a Country
```py main.py scout Japan
py main.py scout "United States" --imperial
```
### Compare Countries
```py main.py compare Australia India
```

### Flag
``` py main.py flag FR
py main.py flag CA
```

### Fact
``` py main.py fact
```
cause why not

Note: If the internet is down, the tool has a built-in fallback fact: Did you know that Australia is wider than the moon? (It actually is).
