Skip to content

ievasat/CLI-Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI-Currency-Converter

Command line currency converter

Under the hood, this program consumes exchangerate.host API.

About

Program executes following commands:

image

  • List

image

  • Rate

image

  • Convert

image

  • Currency code

image

  • Examples of error handling

image

image

image

Installation

  • First, clone the repository using command:
git clone https://github.com/ievasat/CLI-Currency-Converter.git
  • Access project folder:
cd CLI-Currency-Converter
  • Using a virtual environment is recommended. Run following commands if you wish to use one:
pip install virtualenv
virtualenv venv
source venv/bin/activate --> for Mac
venv\Scripts\activate --> for Windows
  • Install project dependencies:
pip install -r requirements.txt
  • Start the program:
python main.py

About

Command line currency converter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages