pyChek : A Smarter Print for Execution Checks
Project description
pyChek : 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 pychek 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.
Note:
PyChek will not work in interactive Python shell.
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.1.tar.gz
(16.1 kB
view details)
Built Distribution
PyChek-0.1-py3-none-any.whl
(16.2 kB
view details)
File details
Details for the file PyChek-0.1.tar.gz
.
File metadata
- Download URL: PyChek-0.1.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cd1b38fd1e58bef001131377e9e409c88bea90a6987b9aa8734ce1fc42e1187 |
|
MD5 | 2028507c3a859a85f73c53ee3b2e15d3 |
|
BLAKE2b-256 | f881db18db4b7a877c014b8eb955f0c7c7b10ee131841f410875177b12b52dbc |
File details
Details for the file PyChek-0.1-py3-none-any.whl
.
File metadata
- Download URL: PyChek-0.1-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a13601afb97e876843c230d3151fc7c312774b0786499778a2285453bddba7a |
|
MD5 | 98b8b9fd72ee7f48c4ecc97a0d4b9277 |
|
BLAKE2b-256 | 0fab1213ee8566345c407fca0efa08c9730bf2f819b4fad1cce9c3c099c2b4f9 |