Description
PYTHON PROJECT FOR PRACTICE
CURRENCY CONVERTER WITH PYTHON
GUI with Tkinter
PROJECT DESCRIPTION
The goal of the challenge is to build a desktop application with the Tkinter library to convert amounts from one currency to another.
There are two main parts:
1) GUI
2) API call
1) You will have to create the graphical user interface according to certain requirements. To make it work, the application will have buttons, a progress bar and a drop-down menu.
2) The app has to display the converted amounts using live exchange rates. You will have to write an API call to get the exchange rates and implement it as the engine of the application.
It is also a fantastic project to practice object oriented programming since classes and methods are highly recommended in GUI programming.
The project includes a guidelines section with the challenge broken down in several tasks so you can finish the job step by step.
DOWNLOAD / CONTENT
You will receive an email with ZIP file. If you are a registered user, the download is always available on your account.
The download is made up of:
1) One PDF with the instructions and guidelines.
2) A .py file with the project solved. It contains not only the source code but also detailed explanations and comments about how the code works. For specific topics, links are provided to online tutorials. Moreover, the code is clean and readable. A great way to learn and adopt right habits to create quality software.
WHAT YOU WILL PRACTICE
– Libraries: Tkinter, requests, threading.
– Python functions, loops (for) and conditional statements (if/else).
– Exceptions try/except to handle errors
– Classes, methods.
– API calls.
VERSION
Python 3.7.3
Tkinter: 8.6
CONTACT
If you need additional information, do not hesitate to contact us.
Additional information
Specification: CURRENCY CONVERTER APPLICATION
|
Reviews (2)
2 reviews for CURRENCY CONVERTER APPLICATION
Only logged in customers who have purchased this product may leave a review.
otto benz (verified owner) –
This is the second project I buy and pretty happy with the purchase.
Very professional.
marea (verified owner) –
One of the problems of python online courses is the lack of practice. It´s all about theory.
That´s why I decided to try this project since it looked easy for a beginners. Well itsn´t as easy as I thought, but hopefully every step it´s well explained.
I think it´s a good exercise to learn about API calls and GUI.