extract-time

This module helps you extract hour and minutes from a string in python


License
MIT
Install
pip install extract-time==1.0.0

Documentation

extract_time

This module helps you extract hour and minutes from a string in python. You can get hour and minutes separately just by variable = extract_time.hour("your text") and variable = extract_time.minute("your text") for hour and minutes respectively.