PythonDebugTools

A set of helpers for debugging Python 3.x.


Keywords
switch, switch-case, case, debug, debugging, python-debug, python3
License
GPL-3.0
Install
pip install PythonDebugTools==2.2.3

Documentation

PythonDebugTools

Pull requests and sugestions are welcome.

Getting Started

Helper tools to ease development.

Tkinter

All named colors in tkinter can be found in colors.png

All custom colors in tkinter can be found in colors.py

All themes in tkinter can be found in TkinterThemes.jpg

Debug

console.py has functions to format an object to the console, allowing for easier debug.

converters.py has functions to convert any object to a dict.

decorators.py has functions to be used as decorators to make debug more efficent.

chains.py has functions to be used as decorators, in certain cases, to make debug more efficent.

Installing

using pip3 or pip,

pip3 install PythonDebugTools

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Tyler Stegmaier - Initial work - Jakar510

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details

Acknowledgments