Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wciesialka/tpr-pseudo-rando-bug-plando
Generate the settings for a random "bug plando" for Twilight Princess Randomizer
https://github.com/wciesialka/tpr-pseudo-rando-bug-plando
Last synced: about 9 hours ago
JSON representation
Generate the settings for a random "bug plando" for Twilight Princess Randomizer
- Host: GitHub
- URL: https://github.com/wciesialka/tpr-pseudo-rando-bug-plando
- Owner: wciesialka
- License: gpl-3.0
- Created: 2024-09-14T04:41:23.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T19:48:00.000Z (2 months ago)
- Last Synced: 2024-09-15T17:53:17.620Z (2 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tpr-pseudo-rando-bug-plando
Generate the settings for a random "bug plando" for [Twilight Princess Randomizer](https://tprandomizer.com/)Basically: If you've ever wanted a Twilight Princess Randomizer run where progression
items (Clawshot, Sword, etc.) are locked behind Agatha, this script is for you!
It will generate a list of randomly assigned bug-item pairings for Agatha.## Getting Started
It is recommended you do this under a [Virtual Environment](https://docs.python.org/3.10/library/venv.html#module-venv)!
### Requirements
- Python >=3.10
- Other requirements listed under [requirements.txt](requirements.txt) and can
be [installed with `pip`](https://docs.python.org/3.10/installing/index.html).### Installation
Using [`pip`](https://docs.python.org/3.10/installing/index.html), run `pip install .`
in the repo directory.### Running
After installing, run `tprbugplando` or `python3 -m tprbugplando`.
## Authors
- Willow Ciesialka
## Thanks To
Special thanks to the Thanks to the TP Randomizer team!
Visit [TP Randomizer](https://tprandomizer.com/) at [https://tprandomizer.com/](https://tprandomizer.com/).## License
This project is licensed under GNU GENERAL PUBLIC LICENSE V3. For more information,
see [LICENSE](LICENSE).