Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymatthews50 authored Jul 12, 2023
1 parent e8ea712 commit 9e63b8a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,23 @@ Press "OK". You will then see another dialog prompting you to select a folder.

Press "Choose". You should then find several files with a '.p' file extension. These contain the individual word batches. This file format is not human readable but will be used with the app.

<img src="img/Make_word_batches/word_batch_p_files.png" width=40%>

## Running the app
To run the app locate the file from 'scripts/launch_app.py'. In the computer terminal (Mac/Linux) or Anaconda prompt (Windows) type or copy:
```
conda activate ich_lerne_deutsch_env
python "/Users/hmatth5/Documents/Projects/ich_lerne_deutsch/scripts/launch_app.py"
```
Replacing the path on the last line with the path on your computer to the 'launch_app.py' file.

You will be prompted to select a word list from the '.p' files.

<img src="img/Make_word_batches/Select a word batch.png" width=40%>

Then to select an exercise (see below)

<img src="img/Make_word_batches/Select_an_exercise .png" width=40%>



0 comments on commit 9e63b8a

Please sign in to comment.