Skip to main content

A simple tic that uses another thread.

Project description

Simple python tic that can ease your mind

We've all been there...staring at the empty terminal while your fans go crazy.
I hope this relieves the intensity while you are waiting for that return statement.

How To

  1. Import Tic object from tictronome.
from tictronome import Tic
  1. Initialize it before some time-consuming process.
tic = Tic()
some_long_function(...)
  1. Call the stop method of Tic to stop.
# end of your script
tic.stop()
  1. Run your script!
$ python3 your_script.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tictronome-0.0.3.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

tictronome-0.0.3-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page