What is it?
Wut? is a CLI dictionary application developed as part of my CS50P final project. It provides quick access to word meanings, synonyms, antonyms, pronunciation, and more directly from the terminal with a single command.
Initially created as an early Python project to enhance my skills, Wut? remains functional and effective. However, due to changes in Python’s recommendations against global package installations, it currently has some limitations. I plan to eventually port it into a standalone pipx package when time permits.