You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BWP Randomizer is a basic Python script that holds a basic database of every Bedwars Practice's Gamemodes and every tweak inside of it. The code then pulls the selected minigame, randomizes which tweak it should use and give it to you.
The reason I created it was because I enjoy to play games adding one random tweak at a time, that's the intention of this script.
How to use
Download the script main.py and open it up in an editor (I'd suggest Visual Studio Code because it can also run the file)
Configure your Gamemode and Rank then run it to get your randomly selected tweaks!
Contributing/Bug Reporting
If there is an issue or a mistake in Item Defintions, let me know via Issues or patch it yourself and send a PR.
TODO
Implement a functional randomizer for every gamemode
Combine Lists into one full list instead of one list per gamemode (As part of code optimization, just wanna get a fully working version with what I'm currently doing before I do.)