You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project currently focuses on CLI/API functionality. A small GUI prototype helps explore how Python desktop applications can expose the converter in a more user-friendly way.
Scope
Create a basic Tkinter window
Add input fields for:
amount
source currency
target currency
Add a convert button
Display the converted result
Connect the GUI to existing conversion logic where possible
Acceptance criteria
Tkinter window opens successfully
User can enter amount, source currency and target currency
Convert button triggers conversion logic
Result is displayed in the GUI
Basic error message is shown for invalid input
Note
Type: Feature / Learning Priority: Should Area: GUI
Goal
Build a first simple GUI prototype using Tkinter.
Why
The project currently focuses on CLI/API functionality. A small GUI prototype helps explore how Python desktop applications can expose the converter in a more user-friendly way.
Scope
Acceptance criteria
Note
Type: Feature / Learning
Priority: Should
Area: GUI