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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bracketcreate_pig-0.0.3.tar.gz.
File metadata
- Download URL: bracketcreate_pig-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16c7f0f7241b742f0f4e8ec1bf1506f673ca7a6cdd11f415565a6c92d15d7f85
|
|
| MD5 |
879b1b11050181f542e7feefc7d46c17
|
|
| BLAKE2b-256 |
1417258e06c24c4d07de588c2d320a4897041c30c82611ae563f999fb3607f34
|
File details
Details for the file bracketcreate_pig-0.0.3-py3-none-any.whl.
File metadata
- Download URL: bracketcreate_pig-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
707b38cc4e8f29de746088fc10b703dd1035c6f8ce29222ab700f3b4f99833f8
|
|
| MD5 |
720f70fc24e03ed9d34d14727533b307
|
|
| BLAKE2b-256 |
c325ea76dd7a8aa90e74ef4ac2196a59abb8e4c07808fd8681cd467f6c88ccce
|