/python-fps

Python FPS (Frame Per Second) Util

Primary LanguagePythonMIT LicenseMIT

Python FPS tool

e.g.)

from pyfps import Fps

...

fps = Fps()

...

while True:
	fps.update()
	
...
FPS: 4