Generate random factors (runes, first item, champions, summoner spells) from the game League of Legends.
Well, my friends and I decide to play a speical mode in League of Legends when there are more than 5 people some day.
The inspiration video is from: this link
The guys in the video plays a special mode made by themselves, that is to randomize the champions, runes, summoner spells, and first items for every people.
Sadly, to draw lots for all of the factors and to check the corresponding factors is a waste of time, so I decide to solve this problem.
I guess we are going to play this special mode tomorrow night :D
- Install the library "pygame"
pip install pygame
- Install the library "pygame-gui"
pip install pygame-gui
- Clone this repository
git clone https://github.com/michael21910/LOL-Matchup-Random-Generator.git
A random generated matchup including champions, runes, summoner spells, and first item for specified amount of players in the game League of Legends.
(I get the text file by web crawling, and the demo image is the picture of exe file after bundled by pyinstaller. )
MIT © Tsuen Hsueh