Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

18 lines (17 loc) · 1.12 KB

Currency-Conversion-App

A program that lets the user convert an amount of money between commonly used currencies.

Table of Contents

About

This program was created in order to enhance my skills in using requests and obtaining data on the web. It was also made to improve my skills in making GUIs.

Getting Started

What you will need to run this program:

  • Python- To run this program, you must have some way to run a .py file. Also, this program was written using python 3.8.3, and has not been tested using any other version. You will also have to install requests to use the program.

How to Use

After installing and adding everything necessary, all you need to do is run the program, pick which currencies you want to convert to and from, enter the amount, and press convert.

Author

@AlexHettle - Sole author of project