-
Notifications
You must be signed in to change notification settings - Fork 322
Open
Labels
BeginnerContributorDenotes issues or PRs submitted by contributors to acknowledge their participation.Denotes issues or PRs submitted by contributors to acknowledge their participation.SSoC25Status: Assigned💻Indicates an issue has been assigned to a contributor.Indicates an issue has been assigned to a contributor.
Description
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
- Enhancement
- Refactor
- Security
- Design
- Other
Additional Context (Optional)
No response
Metadata
Metadata
Assignees
Labels
BeginnerContributorDenotes issues or PRs submitted by contributors to acknowledge their participation.Denotes issues or PRs submitted by contributors to acknowledge their participation.SSoC25Status: Assigned💻Indicates an issue has been assigned to a contributor.Indicates an issue has been assigned to a contributor.