Un package utilitaire pour notre JDR pokemon.
Project description
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.
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
pokejdr-0.1.0.tar.gz
(8.2 kB
view hashes)
Built Distribution
pokejdr-0.1.0-py3-none-any.whl
(32.9 kB
view hashes)