A smarter print and profile for Python execution checks.
Project description
pyProdigy : A Smarter Print for Execution Checks
A Python Library to Track Program Progress
Dependencies
Please make sure that the following Python packages are installed on your system / virtual environment : tqdm, colorama, pyfiglet, psutil
Setup
- Download the
main.py
file from this repo and rename it topyprodigy.py
. - Add these lines to the start of your Python script:
import sys
sys.path.append("/location/of/pyprodigy.py")
from pyprodigy import check
Usage
check("header", "Your Header Goes Here")
: Print the graffitti header.check("pass", "Your custom pass message here")
check("info", "Your custom info message here")
check("finish")
: program execution finishes here.
Updates
The 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.3.tar.gz
(16.0 kB
view details)
Built Distribution
pychek-0.0.2.3-py3-none-any.whl
(16.1 kB
view details)
File details
Details for the file pychek-0.0.2.3.tar.gz
.
File metadata
- Download URL: pychek-0.0.2.3.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50381a936fc88c46ea90bd009f16091510b43cceb491672a0afb563cb9dece9c |
|
MD5 | 74d5df0e06427c582699a2dd4775d4c2 |
|
BLAKE2b-256 | 053659b93b269d2ddcabc8d813617b5e24ed34853e811a71b78091316e7c356e |
File details
Details for the file pychek-0.0.2.3-py3-none-any.whl
.
File metadata
- Download URL: pychek-0.0.2.3-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 | d93d12fff8d90645c5175151601ca58a16101adf2a972ee330f8cbb97e0eb17e |
|
MD5 | aaf2f79c45c95633fb9ec69f62bac16f |
|
BLAKE2b-256 | 658972ea95779f64d30c530b329662621fea5aae604719ce07eb94f88b5d8f0f |