Tools

This module contains all the tools that are used in the project. (except the database tools, these are in the Server folder)

Submodules

Package Contents

Classes

Manager

This manages, handles and groups all the tools together.

Attributes

manager

class Tools.Manager

This manages, handles and groups all the tools together.

property key
__key
__str__()

Return str(self).

encrypt(to_encrypt: str) str
decrypt(to_decrypt: str) str
hash(to_hash: str, mode='sha256') str
Tools.manager