From 1ee2b7c4488df21dde85209325cb69f7f4e05583 Mon Sep 17 00:00:00 2001 From: Doman Date: Sat, 10 Jul 2021 19:34:30 +0200 Subject: [PATCH] moved example config to doc --- example_config.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 example_config.json diff --git a/example_config.json b/example_config.json deleted file mode 100644 index 14775ad..0000000 --- a/example_config.json +++ /dev/null @@ -1 +0,0 @@ -{"user_input_valid_color": 3, "user_input_invalid_color": 2, "reference_text_color": 8, "stats_template": "\n\nwpm: {stats.wpm}\ntime: {stats.total_seconds}s", "stats_color": 5, "summary_template": "WPM: {stats.wpm}\nCPM: {stats.cpm}\nRAW WPM: {stats.raw_wpm}\nRAW CPM: {stats.raw_cpm}\ntotal seconds: {stats.total_seconds}\ntotal minutes: {stats.total_minutes}\ncorrect words: {stats.correct_words}\ncorrect chars: {stats.correct_chars}\nincorrect words: {stats.incorrect_words}\nincorrect chars: {stats.incorrect_chars}\ntotal words: {stats.total_words}\ntotal chars: {stats.total_chars}\naccuracy: {stats.accuracy}%"} \ No newline at end of file