Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chibby0ne/add_times
Python script for adding times
https://github.com/chibby0ne/add_times
Last synced: about 1 month ago
JSON representation
Python script for adding times
- Host: GitHub
- URL: https://github.com/chibby0ne/add_times
- Owner: chibby0ne
- License: gpl-3.0
- Created: 2015-03-15T18:28:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T18:28:53.000Z (almost 10 years ago)
- Last Synced: 2023-08-01T12:58:12.708Z (over 1 year ago)
- Language: Python
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Script for adding times
This python script adds times given in the format **`hour:minutes:seconds`** as command line arguments, and outputs the total time in the same format.
## Usage
Best way to use it is to give the program a file with times in each line:
```bash
$ more file.txt
01:54:53
02:16:55
$ ./add_times.py < file.txt
4:11:48
```
**Note**: use one line per time and in the format expressed in the description.## LICENSE
GPLv3
Copyright © 2015 Antonio Gutierrez