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.meow(play=False)[source]

Simulates a meow

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.purr(play=False)[source]

Simulates a purr

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