diff options
author | Andinus <andinus@nand.sh> | 2021-08-14 22:22:43 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-08-14 22:22:43 +0530 |
commit | 14813280578a099be5dd81858ace1489a43028a8 (patch) | |
tree | 57e969f545108aadbf98fb0fb6c72a410e2c93ac /README | |
parent | d84045b407da3503e06d763947a88ade9ee6454d (diff) | |
download | lacerta-14813280578a099be5dd81858ace1489a43028a8.tar.gz |
Add Demo to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/README b/README index ca3bc42..b4aa110 100644 --- a/README +++ b/README @@ -9,6 +9,7 @@ Table of Contents ───────────────── +Demo Installation Documentation News @@ -21,6 +22,42 @@ News ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +Demo +════ + + This is an example output on randomly generated data. + + ┌──── + │ andinus@ > lacerta exported + │ ( ● ) + │ Parsed 28000 logs in 5.00s + │ [=== ] + │ Generated data in 6.00s + │ + │ *---------*----------*-------*---------*-------*------------*------* + │ | Name | Messages | Words | Deleted | Media | ActiveHour | Left | + │ *---------*----------*-------*---------*-------*------------*------* + │ | User #1 | 9600 | 20000 | 500 | 900 | 22 | 10 | + │ | User #2 | 6000 | 18000 | 200 | 900 | 22 | 20 | + │ | User #3 | 12000 | 40000 | 300 | 1000 | 22 | 0 | + │ -------------------------------------------------------------------- + │ *---------*------------* + │ | Name | FucksGiven | + │ *---------*------------* + │ | User #1 | 1 | + │ | User #2 | 1 | + │ | User #3 | 10 | + │ ------------------------ + │ *---------*---------------*---------------*---------------* + │ | Name | MostSpoken-#1 | #2 | #3 | + │ *---------*---------------*---------------*---------------* + │ | User #1 | word (90) | then (20) | have (20) | + │ | User #2 | word (100) | then (300) | have (30) | + │ | User #3 | word (1000) | deleted (200) | deleted (200) | + │ ----------------------------------------------------------- + └──── + + Installation ════════════ |