https://github.com/mohfy/word2ipa
word to ipa!
https://github.com/mohfy/word2ipa
adwaita gnome gtk ipa-dictionary language
Last synced: 11 months ago
JSON representation
word to ipa!
- Host: GitHub
- URL: https://github.com/mohfy/word2ipa
- Owner: mohfy
- License: gpl-3.0
- Created: 2025-07-25T15:57:56.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-08T07:30:04.000Z (11 months ago)
- Last Synced: 2025-08-08T09:20:04.189Z (11 months ago)
- Topics: adwaita, gnome, gtk, ipa-dictionary, language
- Language: Python
- Homepage:
- Size: 25.8 MB
- Stars: 6
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Word2IPA
Turn words into their true sounds.
Spelling doesn't always reflect pronunciation—especially across different dialects or languages.
If you're learning English or teaching phonetics, you need a tool that shows how words are really spoken.
Word2IPA converts English* words into the International Phonetic Alphabet (IPA),
providing a clear and standardized representation of pronunciation.
*American English only for now, but thats changing soon :)
---
Word2IPA lets you look up individual words or paste entire phrases and see how they are pronounced in the IPA format. It's a perfect tool for language learners, linguists, or speech technology developers.
> [!IMPORTANT]
> The [GNOME Code of Conduct](https://conduct.gnome.org) applies to this project, including this repository.
## Features
- 🗣 Convert English text into IPA pronunciation
- 💾 copy the transcription to clipboard
- 📙 Built-in IPA symbol dictionary to help you understand each phonetic symbol
## Screenshots
## How 2 Build
### GNOME Builder
1. Install Builder from [Flathub](https://flathub.org/apps/org.gnome.Builder).
2. Click the **Clone Repository** button at the bottom right and enter the repository URL.
3. Once cloned, locate the dropdown menu next to the `io.github.mohfy.word2ipa.json` text at the top of the screen.
4. Use the dropdown to press **Build** to compile the project. From the same menu, you can also **Run** the project or **Export** it as a Flatpak bundle.
### AppImage