Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.29 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.29 KB

English Sounds Practice App

This is a simple Pythonista-based application for practicing the sounds of British English. The app displays buttons for consonants, vowels, and diphthongs, each paired with an example word. Users can click on the phonetic symbol to hear its pronunciation and on the word to hear the word's pronunciation. The audio files used are sourced from the Oxford Dictionary.

Features

  • Scrollable Interface: Navigate through a scrollable list of phonetic symbols and example words.
  • Audio Playback: Click on a phonetic symbol to hear its pronunciation and on a word to hear the word's pronunciation.
  • Organized Sections: The sounds are organized into consonants, vowels, and diphthongs for easy reference.

Installation

To use this app, you need to have Pythonista installed on your iOS device.

  1. Open Pythonista.
  2. Create a new Python script.
  3. Copy and paste the following code and audio files into the script.

Usage

Run the script in Pythonista. The app will display a list of phonetic symbols and example words. Tap on a phonetic symbol to hear its pronunciation, or tap on an example word to hear how the word is pronounced.

UI