diff --git a/.vscode/settings.json b/.vscode/settings.json index a467686..fdfd6a8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,6 +17,7 @@ "set", "sjsb", "sy", + "tkinter", "tze", "usv", "vd", diff --git a/README.md b/README.md index 5b2b1b9..5f05036 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Displays the difference between PewDiePie and T-Series' sub counts. -Simply run the python file using a python interpreter. A window will open to display current statistics. +Simply run the python file using a python interpreter, or just double click the .pyw file. A window will open to display current numbers. -Currently only works with Windows and Linux. +Currently only confirmed to be working with Windows and Linux - although I can't think why it wouldn't work with MacOS as well, but I have no way of testing it. ## Dependencies @@ -16,4 +16,8 @@ You can check if you have Tkinter by typing into a python interpreter: If there are no errors it is installed. In linux, you may have to install it like this: -`sudo apt-get install python python3-tk`. \ No newline at end of file +`sudo apt-get install python python3-tk`. + +## Release + +Just for fun, I've compiled a release of this program using PyInstaller. It only works with windows - although I've got it working on Linux through wine quite nicely. \ No newline at end of file