Last updated:
0 purchases
pokejdr 0.1.0
Pokejdr
This package provides functionality for our pokemon role playing game.
Installing
The omc3 package is Python 3.6+ compatible, but not yet deployed to PyPI.
The best way to install is though pip and VCS:
git clone https://github.com/TRobine/Pkmn_Rmstrd.git
cd Pkmn_Rmstrd
pip install .
Or simply from the online master branch, which is stable:
pip install git+https://github.com/TRobine/Pkmn_Rmstrd.git#egg=pokejdr
Running
Functionality is provided through a single high level object, named Pokemon.
You can be set up with a single line:
from pokejdr import Pokemon
A demo jupyter notebook to walk through most of the implemented functionality can be found in the notebooks folder.
License
This project is licensed under the MIT License - see the LICENSE file for details.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.