-
An applicaiton for english practice. Exceute Main.py file and follow the instruction to select ideal ted talk. The applicatoin will play the speech with transcript in which some of words are replaced by ____. You can input the words you hear from the speaker and the app will correct all your answers at the end.
-
Usage
- Could only run on UNIX platform(e.g. Linux, MAC OS), since using signal module.
- You may need to install following package:
- brew install ffmpeg --with-libvorbis --with-sdl2 --with-theora
- pip install pydub
- pip install Pygame
- See more at the final proposal.
-
Ted_Crawler, object for getting talks playlist and downloading audio file.
-
Player, object for handling downloaded audio file.
- Setup Environment: Microsoft Visual Studio Code
- Play with Python print()
- Break down a problem to smaller pieces
- Search author by given book id
- Play with Python eval()、input()
- Python data structure I
- Play with Python conditional expression
- Python data structure II
- Built-in Type application
- Flow control
- Iteration
- Understand and import module
- Built-in and self-defined function