diff --git a/README.md b/README.md index 1325d97..b8523a1 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ A Program to use multiple Profiles on one Nanokontrol (just like if you had two ## Requirements: - Python 3.8 or above -- LoopMidi Installed (https://www.tobias-erichsen.de/software/loopmidi.html) -- Have Microsoft Buildtools Installed (https://aka.ms/vs/17/release/vs_BuildTools.exe) +- LoopMidi Installed (https://www.tobias-erichsen.de/software/loopmidi.html) # Not Required on MacOS +- Have Microsoft Buildtools Installed (https://aka.ms/vs/17/release/vs_BuildTools.exe) # Not Required on MacOS ## Installation: -1. In LoopMidi create a new Virtual Device called **pymid** +1. In LoopMidi create a new Virtual Device called **pymid** # Not Required on MacOS 2. Open a new Command Line in the NanoKontrolProfiler 3. Type: `pip install -r requirements.txt` 4. Open the **main.py** File diff --git a/main.py b/main.py index 811cc07..b7feb6a 100644 --- a/main.py +++ b/main.py @@ -58,6 +58,7 @@ root = customtkinter.CTk() root.title("Nanoprofiler") root.attributes('-topmost', True) +root.resizable(False, False) main = MainView(root) main.pack(side="top", fill="both", expand=True) diff --git a/requirements.txt b/requirements.txt index 12ace4a..07ca0d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,36 +1,3 @@ -bottle==0.12.25 -bottle-websocket==0.2.9 -certifi==2021.10.8 -cffi==1.15.1 -charset-normalizer==2.0.9 -click==8.0.3 -colorama==0.4.4 -comtypes==1.2.0 -Eel==0.16.0 -ffmpeg==1.4 -Flask==2.0.2 -future==0.18.3 -gevent==23.7.0 -gevent-websocket==0.10.1 -greenlet==2.0.2 -idna==3.3 -itsdangerous==2.0.1 -Jinja2==3.0.3 -MarkupSafe==2.0.1 -mido==1.3.0 -packaging==23.2 -PyAudio==0.2.13 -pycparser==2.21 -pydub==0.25.1 -pyparsing==3.1.1 -pytemidi==0.0.5 -python-rtmidi==1.5.6 -pywin32==306 -requests==2.26.0 -rtmidi==2.5.0 -urllib3==1.26.7 -Wave==0.0.2 -Werkzeug==2.0.2 -whichcraft==0.6.1 -zope.event==5.0 -zope.interface==6.0 +mido +customtkinter +python-rtmidi \ No newline at end of file