Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
henryvincent96 committed Nov 25, 2018
1 parent 0971b1f commit 89c2c72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"set",
"sjsb",
"sy",
"tkinter",
"tze",
"usv",
"vd",
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`.
`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.

0 comments on commit 89c2c72

Please sign in to comment.