Metadata-Version: 2.1
Name: pychek
Version: 0.0.2.2
Summary: A smarter print and profile for Python execution checks.
Home-page: UNKNOWN
Author: xbais (Aakash Singh Bais)
Author-email: <aakash@aioniaepochi.org>
License: UNKNOWN
Keywords: python,print,profiler
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argparse
Requires-Dist: colorama
Requires-Dist: psutil
Requires-Dist: pyfiglet
Requires-Dist: setuptools
Requires-Dist: tqdm

# pyProdigy : A Smarter Print for Execution ChecksA Python Library to Track Program Progress![2023-11-01_03-33](https://github.com/aakashsinghbais/pyprodigy/assets/56718090/b5eb78db-c61f-4e37-8933-73fe9a7ee363)# 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

