From bf75df30a4a27265e4f87a8d9fd53df81fcea05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Rolf=20S=C3=B6derstr=C3=B6m?= Date: Mon, 27 Mar 2023 10:05:58 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0bd96ca..f121052 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ This is a simple script with no installation. You can either clone the repositor git clone https://github.com/soderstromkr/transcribe.git ``` and use the example.ipynb template to use the script **OR (for beginners)** download the ```transcribe.py``` file into your work folder. Then you can either import it to another script or notebook for use. I recommend jupyter notebook for new users, see the example below. (Remember to have transcribe.py and example.ipynb in the same working folder). +3. There is an option to run a batch file, whihch launches a GUI built on TKinter and TTKthemes. If using these options, make sure they are installed in your python build. You can install them via pip. +``` +pip install tk +``` +and +``` +pip install ttkthemes +``` ### Example See [example](example.ipynb) for an implementation on jupyter notebook, also added an example for a simple [workaround](example_no_internet.ipynb) to transcribe while offline.