Skip to content

A small python tkinter app for the game Teamfight Tactics to help track who the next possible opponents are.

Notifications You must be signed in to change notification settings

Kahitar/TFTScoutAssist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFT Scout Assist

A small python tkinter app for the game Teamfight Tactics from Riot Games to help track who the next possible opponents are.

Table of Contents

  1. Features and Usage
    1. Game setup
    2. Game controls
  2. Installation

Features and Usage

Game setup:

  1. In the first screen enter the names (or any identifier you want, like a shorthand for the name) of your 7 opponents.
  2. Click Start Game.

Setup game

Game controls:

  • The left column will alway contain the opponents you can possibly play against next. The right 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.

Mark player as played

  • If a player is eliminated, press the red cross button next to it's name. The button of that player will be removed.

Player eliminated from the game

  • 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).

Perfect fit in bottom right corner

  • 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.

Installation

Option 1 (Download and run executable):

  1. Download the executable from the release here

  2. 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.

    Run despite windows warning

Option 2 (Run source code directly; advanced):

  1. Download this script here (Or by clicking "Code" -> "Download ZIP" on the right above the file list).
  2. Unzip to any folder you like.
  3. 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.
  4. 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).

About

A small python tkinter app for the game Teamfight Tactics to help track who the next possible opponents are.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages