https://github.com/floscha/duolingo-word-list
Simple script that creates an HTML page containing all words from a Duolingo lesson
https://github.com/floscha/duolingo-word-list
duolingo language learning python
Last synced: 11 months ago
JSON representation
Simple script that creates an HTML page containing all words from a Duolingo lesson
- Host: GitHub
- URL: https://github.com/floscha/duolingo-word-list
- Owner: floscha
- Created: 2018-02-28T20:38:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T14:07:12.000Z (over 7 years ago)
- Last Synced: 2025-02-22T06:24:54.967Z (over 1 year ago)
- Topics: duolingo, language, learning, python
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Duolingo Word List
[](https://www.codacy.com/app/floscha/duolingo-word-list?utm_source=github.com&utm_medium=referral&utm_content=floscha/duolingo-word-list&utm_campaign=Badge_Grade)
Simple script that creates an HTML page containing all words from a Duolingo lesson, including translation and pronunciation audio.
## Usage
1. Make sure Python 3.6 is installed (older versions are not supported).
2. Install dependencies:
```
$ pip install -r dependencies.txt
```
3. Replace the placeholders in _config.yml_ with your email and authorization token.
4. Run the _main.py_:
```
$ python main.py
```
6. Open the generated _index.html_ page:
```
$ open index.html
```