A smarter print and profile for Python execution checks.
Project description
pyProdigy : A Smarter Print for Execution ChecksA Python Library to Track Program Progress# DependenciesPlease make sure that the following Python packages are installed on your system / virtual environment : tqdm, colorama, pyfiglet, psutil# Setup1. Download the main.py
file from this repo and rename it to pyprodigy.py
.2. Add these lines to the start of your Python script:pythonimport syssys.path.append("/location/of/pyprodigy.py")from pyprodigy import check
# Usage1. check("header", "Your Header Goes Here")
: Print the graffitti header.2. check("pass", "Your custom pass message here")
3. check("info", "Your custom info message here")
4. check("finish")
: program execution finishes here.# UpdatesThe package will soon be uploaded for PyPI
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pychek-0.0.2.2.tar.gz
(16.1 kB
view details)
Built Distribution
pychek-0.0.2.2-py3-none-any.whl
(16.1 kB
view details)
File details
Details for the file pychek-0.0.2.2.tar.gz
.
File metadata
- Download URL: pychek-0.0.2.2.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae75129e8ee039543a71772e68b7543ee0662c0fdda0936cf972fb55bdf822a8 |
|
MD5 | ab1ba81ac7bd7e7f63f1a10f34c328fb |
|
BLAKE2b-256 | e0faeb48b84b2c2b3708114599e0782e830d1a693fa96d378ab52e27869f0009 |
File details
Details for the file pychek-0.0.2.2-py3-none-any.whl
.
File metadata
- Download URL: pychek-0.0.2.2-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60c25a306cf7a0c6bdb6e5bd4e73cc83e3a3c133980b5e8f5ff557693d4b56a9 |
|
MD5 | b2c5b3fe1d2bb6c729d00b091e9f068c |
|
BLAKE2b-256 | fbe0b91077e085b00a5a6d5f18553365d7aed0145f74b536b20d2f7e33feb154 |