Skip to main content

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rivals-top8-results-1.6.3.tar.gz (9.5 MB view hashes)

Uploaded Source

Built Distribution

rivals_top8_results-1.6.3-py3-none-any.whl (10.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page