An open API service indexing awesome lists of open source software.

https://github.com/mgerb/pytimer

A tiny program to record the execution time of command line utilities.
https://github.com/mgerb/pytimer

Last synced: 13 days ago
JSON representation

A tiny program to record the execution time of command line utilities.

Awesome Lists containing this project

README

          

# PyTimer

## Usage Examples

- pytimer npm install
- pytimer yarn install
- pytimer npm install -g webpack

## Building with PyInstaller

Use this to create an executable. First install PyInstaller via pip, then run `PyInstaller pytimer.py`. This will create an executable in the dist folder. Add this folder to the path variables and then pytimer can be run from anywhere!