commit b66fb812506500153c966ff1061ee7b248aa6916
parent 7d76c2d1987db4118760a39c6e076a2b01a29115
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date: Thu, 23 Apr 2020 19:41:58 -0700
Update README.md
Diffstat:
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -5,5 +5,20 @@ Creates a lyrics powerpoint from a list of songs. This program does NOT add any
- Can parse any song given the artist and title.
- New slides are automatically started at the beginning of verses, bridges, choruses, etc.
- The user can easily review and edit the slides.
-- The default powerpoint format may be changed at anytime in `settings.json`.
-- The slides can be added to a new or existing powerpoint.
-\ No newline at end of file
+- The default powerpoint format may be changed at anytime in `Songs2Slides/config.py`.
+- The slides can be added to a new or existing powerpoint.
+
+## Usage
+Install the dependencies.
+```
+pip install -r requirements.txt
+```
+To use the command line interface, run `cliapp.py`.
+```
+python cliapp.py
+```
+To use the web interface, run `webapp.py` and then go to https://localhost:5000 in your web browser.
+```
+python webapp.py
+start https://localhost:5000
+```
+\ No newline at end of file