Skip to content

Create first Tkinter GUI prototype #3

@BytecodeBrewer

Description

@BytecodeBrewer

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

  • 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

Metadata

Metadata

Labels

codingNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions