We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e1a20 commit 9f5f8f9Copy full SHA for 9f5f8f9
1 file changed
README.md
@@ -1,2 +1,15 @@
1
# randomtimestamp
2
-Files for the RandomTimeStamp module
+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