Metadata-Version: 2.1
Name: pygclock
Version: 1.0.0
Summary: PyGClock, simple clock library like Clock on PyGame.
Author: azzammuhyala
License: MIT
Keywords: clock,simple clock,pygame clock,pygclock,simple pygame clock
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# PyGClock⏳
A simple clock like pygame clock (written 100% in python language). See at [PyGame Clock Documentation](https://www.pygame.org/docs/ref/time.html#pygame.time.Clock)

- `Clock.tick`
- `Clock.get_time`
- `Clock.get_rawtime`
- `Clock.get_fps`
