Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 241 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 241 Bytes

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)