Skip to content

Commit 9f5f8f9

Browse files
authored
Update README.md
1 parent 89e1a20 commit 9f5f8f9

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# randomtimestamp
2-
Files for the RandomTimeStamp module
2+
Random timestamp generator
3+
4+
## Usage
5+
randomtimestamp can be used from the command line or imported as a python package.
6+
7+
## Command line usage
8+
To use the script from command line
9+
```
10+
$ randomtimestamp
11+
30-08-1995 17:58:14
12+
```
13+
14+
## Python Package Usage
15+
Here are examples of all the possible syntaxes:

0 commit comments

Comments
 (0)