Forecast is a Python script that generates set abbreviations for CastFORM.
It uses Bulbapedia's Wikimedia web service API to fetch all known expansion pack information, which is then parsed and converted into a Dart file as a drop-in replacement in CastFORM.
Forecast is designed as a part of the toolchain for CastFORM, a Pokémon registration sheet filler.
Being a form-automation application based around Pokémon TCG, CastFORM is a play on words using the name of one of the playable Pokémon.
This project inherits its name from Castform's unique ability in the game.
Forecast is developed using Python 3.12. The entry point is main.py
.
If you're using Chocolatey, install Python using the following command: choco install python
, which should automatically add Python to Path.
Forecast is intended to work with CastFORM v2.0.0 or newer. This is because it requires changes to the deck_string_parser internal library that is not available as of v1.2.4 (the last version for v1).
- Clone, and
cd
to this repository - Set up your virtual environment
- Linux: run
setup.sh
- Windows: run
start.sh
- Linux: run
- Run
start.bat
/start.sh
to run the program- If unsure, select the virtual environment when prompted
- Check
./out
for the output file
The /sandbox
folder contains a Jupyter notebook for testing purposes. Features and fixes are tested here before being implemented in the code base.
Forecast is an open-source Python application that fetches formats Pokémon expansion pack information.
Forecast is part of the developer toolchain created for CastFORM.
Forecast is non-monetised, and provided as is. Every reasonable effort has been taken to ensure correctness and reliability of Forecast.
We will not be liable for any special, direct, indirect, or consequential damages or any damages whatsoever resulting from
loss of use, data or profits, whether in an action if contract, negligence or other tortious action, arising out of or in connection with the use of Forecast (in part or in whole).