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.
- Host: GitHub
- URL: https://github.com/mgerb/pytimer
- Owner: mgerb
- Created: 2017-01-06T20:58:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T21:31:30.000Z (over 9 years ago)
- Last Synced: 2025-10-25T22:38:40.060Z (10 months ago)
- Language: Python
- Size: 3.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!