Skip to content

Commit ba62545

Browse files
committed
2 parents 6725598 + 8e36053 commit ba62545

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# TypeExpand
2+
3+
TypeExpand is an intelligent text expansion tool that automatically converts abbreviations and short forms into their full, meaningful counterparts in real-time. This project aims to enhance your typing experience, streamline communication, and boost productivity.
4+
5+
## Getting Started
6+
7+
### Prerequisites
8+
9+
Make sure you have the following modules installed:
10+
11+
- pandas
12+
- keyboard
13+
14+
You can install them using the following command:
15+
16+
```bash
17+
pip install pandas keyboard
18+
```
19+
20+
### Usage
21+
Run the main script using the following command:
22+
```bash
23+
python main.py
24+
```
25+
### Demo Video
26+
27+
https://github.com/codeterrayt/TypeExpand/assets/76623307/4d048fba-a2f6-4e57-b937-7ace9d76a06d
28+
29+
30+
31+
32+
### Contributing
33+
We welcome contributions to improve TypeExpand! If you'd like to contribute, consider adding more abbreviations to the Abbreviations_data.csv file. Simply submit a pull request with your changes.
34+
35+
### License
36+
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)