Skip to main content

Challonge bracket creator using selenium

Project description

Overview

bracketcreate_pig is a python library made to programatically create brackets on challonge.com returns URL of tournament

Install

pip install bracketcreate_pig Need chrome installed for library to work

Usage

from bracketcreate_pig import cb

print(cb.create_bracket(participants,username,password,tournament_name,stage_bool,format,time))

Format Choices

Single Elimination Double Elimination Round Robin Swiss

Stage Bool

False --> One stage True --> Two stage

Example Options

participants = [["lim", "ecal"],["pig","doogie"]] username = "USER" password = "PASS" tournament_name = "test_tournament" stage_bool = False format = "Single Elimination" time = "2023/02/11 5:00 PM"

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

bracketcreate_pig-0.0.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

bracketcreate_pig-0.0.2-py3-none-any.whl (4.0 kB 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