Issue Summary
Basic Currency converter using live API and a basic GUI
Issue Description
I would like to create a currency converter that allows the user to enter the:
- Currency that will be converted (from currency)
- Currency it will be converted to (to currency)
- The Amount of money
I will display it using a simple GUI
Proposed Solution (Optional)
To create it I would:
- Use a live API (from exchangerate) to fetch the currency rates
- Use JSON parsing to get data from the api then convert it
- Use tkinter lib to create a simple GUI
- Will also like to implement a toggle between light and dark theme
Priority
Medium - Should be addressed soon
Category
Additional Context (Optional)
No response
Issue Summary
Basic Currency converter using live API and a basic GUI
Issue Description
I would like to create a currency converter that allows the user to enter the:
I will display it using a simple GUI
Proposed Solution (Optional)
To create it I would:
Priority
Medium - Should be addressed soon
Category
Additional Context (Optional)
No response