Small Pillow library useful in creating automatic Rivals of Aether Top 8 Results screens
Project description
rivals-top8-results
A small package built using pillow
, useful in quickly creating top 8 results views for Rivals of Aether tournaments.
Also comes with a very experimental GUI built with qt-designer, which has got an also experimental support for Challonge brackets.
Install
pip install rivals-top8-results
Usage
You can just grab the release here and run the executable.
Alternatively, using this is as simple as importing this library and calling the draw_top8
and draw_results
functions, which you can import as follows:
from rivals_top8_results.draw_results import draw_top8, draw_results
then
top8 = draw_top8(
nicknames,
characters,
skins,
secondaries,
tertiaries,
layout_rgb=(255, 138, 132),
bg_opacity=100,
resize_factor=1.3,
)
and
draw_results(
top8,
title="EU RCS Season 6 Finals",
attendees_num=89,
date="24-01-2022",
stage="Aethereal Gates",
stage_variant=2,
layout_rgb=(255, 138, 132),
)
Todos
- Add support for layouts
- Add support for Smash.gg brackets
- Add (proper) support for mains and aliases
Credits
- Graphics by @Kiirochii
- Resource folder filled using @Readeku's wonderful tool's assets.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rivals-top8-results-1.6.3.tar.gz
.
File metadata
- Download URL: rivals-top8-results-1.6.3.tar.gz
- Upload date:
- Size: 9.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f04817a44fe86c183ecc3977d458c5b254af8a311abbe3a9e23054072d6deab1 |
|
MD5 | ebd576f18b3c5952ecf9ce5ee53400bf |
|
BLAKE2b-256 | 532f5eb83d4267acab55309974b0e80c45b38807748a1d0a510d90676d5cd81b |
File details
Details for the file rivals_top8_results-1.6.3-py3-none-any.whl
.
File metadata
- Download URL: rivals_top8_results-1.6.3-py3-none-any.whl
- Upload date:
- Size: 10.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35a2768fff2f8942b0a1b27a9523043236a352bc98491ae83d4b72c8442e6b6f |
|
MD5 | 4643bba4ed73132592c925bc6e894f4a |
|
BLAKE2b-256 | 1031848b18c51eb1a5f9a94c98811b01ded02dcc42c1ac94a06b4b2bc9d7c78a |