GUI Dictionary App

GUI Dictionary App

4 devlogs
1h 22m
•  Ship certified
Created by Kyle B

It's like my dictionary CLI, except now it's an app :)

Timeline

Ship 1

1 payout of shell 7.0 shells

Kyle B

10 days ago

Kyle B Covers 4 devlogs and 1h 22m
Earned sticker

I've added antonyms and created a proper pyproject file. I also uploaded my project to pypi, using uv, a tool like pip I recently learned about.

Earned sticker

I added a synonyms feature, which functions quite similarly internally to my cli dictionary. I need to work on the text wrapping because longer definitions go off screen and don't wrap. I'm not sure how to do this yet but I'll figure it out :)
p.s. ignore my light mode for this one, I just updated my mac to macOS 26

Update attachment
Earned sticker

I made the definition appear in the GUI and simplified the code. I started work on a thesaurus feature.

Update attachment
Devin Devin 12 days ago

Good work, I’d love to see this app developing further. If you need help I can help you just text me my user is wfxey bascially everywhere (Discord etcc)

And KEEP IT UP!

Earned sticker

I have the basic define function ready, but it only prints to the console. I have the input coming from the GUI. This is my first GUI application!