ddlcWiki

DDLC wiki Python 3 module. (Doki doki literature club wiki)


License
MIT
Install
pip install ddlcWiki==1.0

Documentation

The ddlcWiki module for Python 3

Made by stshrewsburyDev

Installation:

Install with pip:
pip install ddlcWiki
Install from source:
python setup.py install

ChangeLogs:

  • Fixed the info on the help command on the module (help(ddlcWiki))
  • Updated the image URL's to the new ones

Using in your code:

Import the module:
import ddlcWiki
Functions:
ddlcWiki.ListCharacters()
# Outputs a list of the characters

ddlcWiki.GetAllInfo(character)
# character must be one from the ListCharacter list (non case sensitive)
# Outputs a JSON library with all the character info

ddlcWiki.GetAge(character)
# character must be one from the ListCharacter list (non case sensitive)
# Outputs a integer age of the character

ddlcWiki.GetPoemFont(character)
# character must be one from the ListCharacter list (non case sensitive)
# Outputs a string name of the characters poem font

ddlcWiki.GetHeight(character)
# character must be one from the ListCharacter list (non case sensitive)
# Outputs a string height of the character

ddlcWiki.GetHairColour(character)
# character must be one from the ListCharacter list (non case sensitive)
# Outputs a string hair colour of the character

ddlcWiki.GetEyeColour(character)
# character must be one from the ListCharacter list (non case sensitive)
# Outputs a string eye colour of the character

ddlcWiki.GetImgNormal(character)
# character must be one from the ListCharacter list (non case sensitive)
# Outputs a string URL image of the character

ddlcWiki.GetImgChibi(character)
# character must be one from the ListCharacter list (non case sensitive)
# Outputs a string URL image of the character

Links: