Metadata-Version: 2.4
Name: debugconsole
Version: 0.2.0
Summary: A library for debugging
Author-email: Cade <cadey.matignas@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: termcolor>=2.4.0
Requires-Dist: scratch_syntax>=0.4.0
Dynamic: license-file

# Debugconsole library

## This is a library for debugging python projects

# To install...

```bash
pip install debugconsole
```

you can do anything with this library, mod it, break it, anything, but don't sue me

## Every function

```bash
breakpoint(), print_console(), clear_conslole(), warn(), error()
```

## Notes

This library uses an **object**. The object is called `Debugconsole`.

## 0.2.0 notes:

- Removed `startconsole()` and made it automatically start the console
