Skip to content

Commit befe26c

Browse files
committed
Updated readme with new feature.
1 parent 40c7104 commit befe26c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ppt2video/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ DefaultSlideDuration<br>
2222
VertResolution<br>
2323
FramesPerSecond<br>
2424
Quality variables<br>
25-
user_input_list**
25+
input_dict**
2626

2727
with desired values in convertor.py, more instructions are in the script, and run it:
2828
```
2929
python3 convertor.py
3030
```
31+
32+
## Adding slides
33+
A user can add text slides before the desired slides by adding the slide number and the text as
34+
keys and values to the input dictionary or leave it blank.

0 commit comments

Comments
 (0)