A webapp using beautifulsoup4 to display the range of a champion's abilities. It helps determine the spacing to play certain matchups. For example, is Aatrox's q longer range than Ashe AA?
- Riot API - Used to obtain information for players who are ingame
- Flask - Lightweight Python webframe used for creating webapps
- BeautifulSoup4 - Python library used to extract data from HTML elements
- Render - Unifed cloud to build and run web applications
test
This project is licensed under the MIT license.