Metadata-Version: 2.4
Name: debug_egg
Version: 1.2.0
Summary: A Python package for debugging.
Author: Egglord
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama>=0.4.6
Dynamic: license-file
Dynamic: requires-python

# debug_egg

A simple Python library for debugging.

This is my sixth python library :D

Commands:

degg.debug_egg("YOUR_TEXT", "YOUR_COLOR") # Prints the line it was called on, with the text, colored in the color.

# !NB!

Use: pip install debug-egg

But, to import it: import degg
