From 9eeafcf3df2d4a16d6b2ae4e96a53605b1882f2a Mon Sep 17 00:00:00 2001 From: Oleh Onyshchenko <110289150+seesmof@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:45:28 +0200 Subject: [PATCH] docs: readme add usage tricks, bat file remove unnecessary cls --- README.md | 9 +++++++++ Run.bat | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b9b34a..c025c50 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ - [Table of contents](#table-of-contents) - [About](#about) - [How to Use](#how-to-use) +- [Tips and Useful Information](#tips-and-useful-information) - [Screenshots](#screenshots) - [Links](#links) - [License](#license) @@ -27,6 +28,14 @@ Word Counter is a simple and easy-to-use tool for analyzing texts and getting st 2. Open the downloaded folder and double-click `Run.vbs` file 3. Enjoy! +## Tips and Useful Information + +- Press Escape whenever you want to exit the app +- All the text is UTF-8 encoded so you don't need to worry about special characters +- Your data is automatically saved and loaded on program start and close respectively +- Load your own text files using the `Load from file` button +- See the most frequent words using the `Popular words` button + ## Screenshots ![Main App Tab](./public/app-screenshots/main-tab.png) diff --git a/Run.bat b/Run.bat index 5959988..361dc41 100644 --- a/Run.bat +++ b/Run.bat @@ -1,7 +1,5 @@ @echo off -cls - if not exist "./data/requirements.txt" ( echo Installing requirements... pip install -r requirements.txt