Skip to content
forked from mrbazzan/pynation

find information about different countries

License

Notifications You must be signed in to change notification settings

suftdev/pynation

 
 

Repository files navigation

PyNation

PyPI Version GitHub PyPI Publish Tests

Get information about a country. pynation is a command line application that helps users get quick information about a country.

Sometimes, people need quick info about a country, this application provides information like Alpha-2 code, currency, states in a country et.c.

INSTALL

PyNation requires Python 3.7 and above

MacOS / Linux:

$ python3 -m pip install pynation

Windows:

> python -m pip install pynation

Using the CLI

The CLI can be invoked with the pynation command.

To get the help page:

> pynation --help

Example

> pynation info `countryname`

Example

> pynation short `countryname`
> pynation short `countryname` -ab=3

Example Example

Feedback

If you find a bug, please file an issue.

If you have feature requests, please file an issue and use the appropriate label

How to Contribute

Please raise an issue before making a PR, so that the issue and implementation can be discussed before you write any code. This will save you time, and increase the chances of your PR being merged without significant changes.

Please make PR's on a new branch, and not on main.

Please include tests for any PR's that include code (unless current tests cover your code contribution).

About

find information about different countries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%