From 7e85e0e79856fccd9e56c5db5f1d5060f0ee5fc7 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 22 Dec 2025 16:15:25 +0000 Subject: Various QoL changes and improvements over the old version - Switched to using pyinstaller for compiling over cx_Freeze - Simplified the installation and application opening process so it doesn't have to find itself - Made some updates to [tkFileBrowser](https://github.com/jwansek/tkFileBrowser/) (which originated from this project) and merged the changes back in - Reloaded the image on window scaling, photosensitive epilepsy beware, these numbers might need tweaking --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e8e0413 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +pillow +screeninfo +pywin32 +matplotlib +pyinstaller \ No newline at end of file -- cgit v1.2.3