Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rivals-top8-results

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rivals-top8-results

Small Pillow library useful in creating automatic Rivals of Aether Top 8 Results screens

  • 1.6.3
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc