IAM3BODY / ProTime

Shortens Writing Waiting Time Using Symbols (1s, 1m, 1h, 1d, 1w)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Shortens Writing Waiting Time Using Symbols (1s, 1m, 1h, 1d, 1w)

Key Features :-

  • πŸ•› Use it For Weeks [number]w
  • πŸ•› Use it For Days [number]d
  • πŸ•› Use it For Hours [number]h
  • πŸ•› Use it For Minutes [number]m
  • πŸ•› Use it For Seconds [number]s

Installation :-

⬇️ windows Installation

py -3 pip install -U protime

⬇️ Linux/macOS Installation

python3 -m pip install -U protime

Usage :-

import protime

# protime.wait('5s')
# protime.wait('5m')
# protime.wait('5h')
# protime.wait('5d')
# protime.wait('5w')


print('Hello, Wait For Me 5 Seconds')
protime.wait('5s')
print('Message After 5 Seconds')
from protime import wait

# wait('5s')
# wait('5m')
# wait('5h')
# wait('5d')
# wait('5w')


print('Hello, Wait For Me 5 Seconds')
wait('5s')
print('Message After 5 Seconds')

Links :-

About

Shortens Writing Waiting Time Using Symbols (1s, 1m, 1h, 1d, 1w)