Metadata-Version: 2.1
Name: bd-time
Version: 0.0.1
Summary: bode's private time model.
Home-page: https://github.com/bode135/pydamo
Author: bode135
Author-email: 2248270222@qq.com
License: UNKNOWN
Description: # bode's time model.
        > bd_time
        
        ```
        from bd_time import Time()
        tt = Time()
        tt.now(1)  # 输出当前运行的时间
        tt.during(10)  # 检测运行时间是否在10秒内
        tt.get_key_state('a')  # 检测'a'键是否按下
        tt.stop_alt('a')      # 如果按下[Alt + a]键就推出
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
