A small python tkinter app for the game Teamfight Tactics from Riot Games to help track who the next possible opponents are.
- In the first screen enter the names (or any identifier you want, like a shorthand for the name) of your 7 opponents.
- Click
Start Game
.
- The
left column
will alway contain the opponents you can possibly play against next. Theright column
contains the players you last played against (in the correct order). - Click on a player name in the left column to mark them as
played against
.
- If a player is eliminated, press the red cross button next to it's name. The button of that player will be removed.
- With the checkbutton
Always on top
toggled, the App will always appear n top of every other window including the game. - The size of the window makes it a perfect fit for the bottom right corner in the game (tested on a 1920x1080 pixel monitor).
- Click
Reset played
to move all not eliminated opponents back to the left column. - Click
Revive all
to bring back all buttons of opponents that you previously marked as eliminated. This will also move all buttons back to the left column! - Click
New Game
to delete all players and return to the first screen where you can enter the opponent's names for the next game.
-
Download the executable from the release here
-
Run the executable.
- Windows will warn you of a security risk. There is no actual security risk in running this executable, but if you don't trust in this statement (in general you shouldn't trust random software from the internet), use Option 2 (below) to run this program.
- Download this script here (Or by clicking "Code" -> "Download ZIP" on the right above the file list).
- Unzip to any folder you like.
- Install python using the Microsoft Store (Windows 10): Link
- I didn't test this App on Apple OS and have no idea if it works there and how to install python. If you have success using it there, feel free to tell me how and I'll add instructions here.
- Just douple-click the tft_scouter.py file. If python is installed correctly, the App should open (don't close the command window that appears, as that would close the App).