Skip to content

EN_Functions

VB PROGER edited this page Apr 18, 2023 · 1 revision

List of all functions

Here you can see list of all functions, from get_args to alphabet.

Function Name Description Return type Parameters
get_argsuseless Returns given arguments any (*args)
clear_console Clear console. Works almost on any platform None (cross_platform)
capitalize Capitalizes the string str (string, *args)
is_empty Check if string is empty bool (string)
platform_name Return the platform name, if available str ()
pip_install Installs the given library bool or None (lib, *args)
crop_string Splits the string by symbol list or None (string, symbol, *args)
llama_sh Executes the shell command None (command, *args)
custom_raise Raises a formatted error None or bool (raise_class, raise_description, exit_after, exit_code, *args)
get_program_name Gets current program's name str (*args)
err_crashedinternal Raises a PyPink error None (code, confirmation, exit_, *NoneArgs_pass)
alphabet Returns alphabet of given language (en, ru, etc) list (lang, upper, *args)
stringmngr_is_string Checks if given value is a string bool (string, *args)
stringmngr_is_int Checks if given value is a number (integer) bool (integer, *args)
stringmngr_is_float Checks if given value is a floating number (float) bool (floating_number, *args)
stringmngr_is_stype Checks if given value equals given type bool (value, type, *args)
stringmngr_get_string_typeinternal Returns a string determining value's type str (value, *args)

Footnotes

useless: Function does not really do anything.
internal: Function is internal and does not mean to be used

Clone this wiki locally