From b4017c6fee551c0b24293c07720fa59144676e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Rolf=20S=C3=B6derstr=C3=B6m?= Date: Wed, 26 Apr 2023 09:17:09 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 444c16f..acc5b86 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,16 @@ pip install ttkthemes #### Using the script -This is a simple script with no installation. You can either clone the repository with +This is a simple script with no installation. You can download the zip folder and extract it to your preferred working folder. + +![](Picture1.png) + +Or by cloning the repository with: ``` git clone https://github.com/soderstromkr/transcribe.git ``` -and use the example.ipynb template to use the script, -**OR** 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](https://jupyter.org/) for new users, see the example below. (Remember to have `transcribe.py` and `example.ipynb` in the same working folder). #### Example with Jupyter Notebook