Skip to content

Quinntana/LOL_Ult_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

LoL Ult Tracker VN

Overview

This Python script creates an overlay that track enemy ultimate cooldown, adjusted to their level and ability haste

Features

  • Draggable overlay with adjustable size
  • Fetches real-time enemy champion data from Live Client API
  • Calculates Ability Haste from current item builds
  • Retrieves ultimate cooldown based on champion level
  • Supports concurrent data processing

Prerequisites

  • Python 3.8+
  • League of Legends Client running
  • Active game in progress

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/lol-enemy-analysis.git
cd lol-enemy-analysis
  1. Create a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  1. Install dependencies:
pip install -r requirements.txt

Usage

  1. Ensure League of Legends client is running
  2. Start a game
  3. Run the script:
python main.py

Dependencies

  • requests
  • Pillow
  • tkinter

Troubleshooting

  • Ensure League of Legends client is running
  • Check network connectivity
  • Verify game is in progress

Disclaimer

This tool is for educational purposes. Use responsibly and in compliance with Riot Games' terms of service.

License

GNU v3.0

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss proposed changes.

About

Overlay that track enemies' ultimate cooldown adjusted to their ability haste and level.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors