/waduh

Primary LanguagePython

Waduh

'Waduh' is a multifunction library for python.

Getting Started

  • Install it
pip install waduh
  • Import it
from waduh.utils import get_time
  • Ready to use
result = get_time('hour')
print(result)