From a8423594538b7f0453c4fb2cf66ae1bb32991fba Mon Sep 17 00:00:00 2001 From: Marekkon5 Date: Mon, 2 Nov 2020 14:50:41 +0100 Subject: [PATCH] Windows build updates --- README.md | 2 ++ beatporttagger.py | 4 ++-- html/index.html | 2 +- html/style.css | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5315b9..2344107 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Install dependencies: ``` pip install --user -r requirements.txt ``` +**Windows**: If you get errors installing dependencies, use Python 3.6 exactly. + Run: ``` python beatporttagger.py diff --git a/beatporttagger.py b/beatporttagger.py index 5dd6abc..e4ffa9c 100644 --- a/beatporttagger.py +++ b/beatporttagger.py @@ -57,9 +57,9 @@ def update(self): 'Beatport Tagger', 'html/index.html', resizable=False, - width=435, + width=440, height=800, - min_size=(435, 800), + min_size=(440, 800), js_api=JSAPI() ) diff --git a/html/index.html b/html/index.html index 2ebb144..85ea4a3 100644 --- a/html/index.html +++ b/html/index.html @@ -22,7 +22,7 @@

SETTINGS

+ diff --git a/html/style.css b/html/style.css index 6a90abb..4b3e4eb 100644 --- a/html/style.css +++ b/html/style.css @@ -7,6 +7,7 @@ body { color: #F5F5F5; font-size: 13; margin: 0px; + overflow: hidden; } h1 {