General useful python functions
This is a simple library with many functions and modules that I normally use in my projects.
It supports sync and async functions!
pip install xRedUtilsimport xRedUtils
xRedUtils.main_test()
... or ...
import xRedUtilsAsync, asyncio
asyncio.run(xRedUtilsAsync.main_test())Output:
All tests complete.WIP - Still trying to figure this out, for now, every function has docstring.
MIT License - Here!
