Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pr0pz/lol-splash-generator
This script automatically generates a LoL Splash Art HTML file (from the current selected champion) which can directly be used by any Stream Software.
https://github.com/pr0pz/lol-splash-generator
league-of-legends league-of-legends-script leagueoflegends obs obs-studio splash splash-screen splashscreen streaming streamlabs xsplit
Last synced: about 1 month ago
JSON representation
This script automatically generates a LoL Splash Art HTML file (from the current selected champion) which can directly be used by any Stream Software.
- Host: GitHub
- URL: https://github.com/pr0pz/lol-splash-generator
- Owner: pr0pz
- Created: 2022-11-27T23:14:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T07:46:42.000Z (11 months ago)
- Last Synced: 2024-11-08T14:17:02.672Z (3 months ago)
- Topics: league-of-legends, league-of-legends-script, leagueoflegends, obs, obs-studio, splash, splash-screen, splashscreen, streaming, streamlabs, xsplit
- Language: Python
- Homepage:
- Size: 368 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# __LoL Splash Generator__
![HTML Template Preview](https://i.ibb.co/gJ77CVx/lol-splash-generator-template-preview.jpg)
*This is how the generated template looks like by default ([Check out the animation](https://i.ibb.co/JcR3083/lol-splash-generator-template-preview.gif)).*
\
\
\
![Made with Python](https://img.shields.io/static/v1?label&message=Python&color=1f425f&logo=python&logoColor=fff)
![Made with HTML](https://img.shields.io/static/v1?label&message=HTML&color=e34c26&logo=html5&logoColor=fff)
![Made with CSS](https://img.shields.io/static/v1?label&message=CSS&color=304cdc&logo=css3&logoColor=fff)## __This is a League of Legends Splash Generator for Streamers or YouTubers.__
Like it? I'd appreciate the support :)
[![Follow on Twitter](https://img.shields.io/static/v1?label=Follow%20on&message=Twitter&color=1DA1F2&logo=twitter&logoColor=fff)](https://propz.de/twitter/)
[![Watch on Twitch](https://img.shields.io/static/v1?label=Watch%20on&message=Twitch&color=bf94ff&logo=twitch&logoColor=fff)](https://propz.de/twitch/)
[![Join on Discord](https://img.shields.io/static/v1?label=Join%20on&message=Discord&color=7289da&logo=discord&logoColor=fff)](https://propz.de/discord/)
[![Donate on Ko-Fi](https://img.shields.io/static/v1?label=Donate%20on&message=Ko-Fi&color=ff5f5f&logo=kofi&logoColor=fff)](https://propz.de/kofi/)### __Description__
This script automatically generates a HTML file with the splash art of the current champion skin and name. The file is generated after champion select when the match starts loading.
I've originally built it as a pre game screen/scene for my stream, right before the game starts (prettier than the usual loading screen). You can simply embed the template.html file into OBS, Streamlabs or any other Streaming App.
If you know some basic HTML and CSS you can also easily adjust the template file to better fit your needs, e.g. font-name, -size, -color etc.
### __What does the script do?__
The script generates a HTML file that can be embed in any Streaming tool. Fits perfect as a pre game loading screen.
### __Instructions__
1. Make sure python is installed in your machine ([Download here](https://www.python.org/downloads/))
2. Install the needed py extensions:
```sh
$ pip install requests colorama
```
3. Double click the main.bat file and the script will run until an error occurs or you quit the command line app. You can also just start the script via the command line:
```sh
$ python main.py
```__This is how it looks like when it's running...__
![Command line preview](https://i.ibb.co/xSF0VVC/lol-splash-generator-cli-preview.gif)
That's it!
### __Found any Bugs?__
If you find any bugs/errors, feel free to [post an issue](https://github.com/pr0pz/obs-lol-splash-generator/issues).
### __License__
[![CC BY SA](https://img.shields.io/static/v1?label&message=CC%20BY%20SA&color=EE5B32&logo=creative-commons&logoColor=fff)](https://creativecommons.org/licenses/by-sa/4.0/)
_That's it!_
___Be excellent to each other. And, Party on, dudes!___