PyCatSim Utilities
Utilities upon which PyCatSim depends for higher-level functionalities accessible to users.
Noises (pyCatSim.utils.noises)
Contains various functionalities for cat noises.
This module contains possible sounds cats can make
- pyCatSim.utils.noises.chatter(play=False)[source]
Simulates a chatter
- Parameters:
play (Bool, optional) – Whether to play the sound (True) or display the text (False). The default is False.
- Returns:
If play is False, returns the sound as text
- Return type:
str
- pyCatSim.utils.noises.chirrup(play=False)[source]
Simulates a chirrup
- Parameters:
play (Bool, optional) – Whether to play the sound (True) or display the text (False). The default is False.
- Returns:
If play is False, returns the sound as text
- Return type:
str
- pyCatSim.utils.noises.hiss(play=False)[source]
Simulates a hiss
- Parameters:
play (Bool, optional) – Whether to play the sound (True) or display the text (False). The default is False.
- Returns:
If play is False, returns the sound as text
- Return type:
str
Facts (pyCatSim.utils.facts)
Contains functionalities for getting facts about cats
Facts (pyCatSim.utils.display)
Contains functionalities for display images