Skip to content

Simple tools that I use for my python applications.

License

Notifications You must be signed in to change notification settings

natanfds/PyToolBag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyToolBag

Simple tools that I use for my python applications.

ResWatcher

To watch RAM and CPU consumption.

/res_watcher

Usage:

from res_watcher import ResWatcher

def main():
  # All amazing things that you wanna do
  pass

if __name__ == '__main__':
  watcher = ResWatcher()
  watcher.start()
  main()
  watcher.stop()

About

Simple tools that I use for my python applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages