Metadata-Version: 2.4
Name: gui-dictionary
Version: 0.1.1
Summary: Dictionary App
Project-URL: Homepage, https://summer.hackclub.com/projects/13295
Project-URL: Source, https://github.com/Dekoder-py/gui_dictionary
Requires-Python: >=3.13
Requires-Dist: requests
Description-Content-Type: text/markdown

# GUI Dictionary

Simple dictionary app made with tkinter.

## Installation

```bash
python3 -m pip install gui-dictionary 
```

## Run

```bash
gui-dictionary
```