Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
docs: readme add usage tricks, bat file remove unnecessary cls
Browse files Browse the repository at this point in the history
  • Loading branch information
seesmof committed Dec 22, 2023
1 parent b61a426 commit 9eeafcf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions Run.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@echo off

cls

if not exist "./data/requirements.txt" (
echo Installing requirements...
pip install -r requirements.txt
Expand Down

0 comments on commit 9eeafcf

Please sign in to comment.