Skip to content

Safe-Solutions-Engenharia/safeloader

Repository files navigation

Safeloader

Safeloader is a simple Python module that creates a straightforward loading text message while your code executes.

Instalation

Use the package manager pip to install.

pip install safeloader

Usage

from safeloader import Loader
simple_loader = Loader()
simple_loader.start()
# Code to execute while loading.
simple_loader.stop()

License

MIT