https://github.com/codeterrayt/typeexpand
TypeExpand: Streamline your typing with automatic conversion of abbreviations to full forms in real-time. Boost communication clarity and productivity effortlessly. Simplify your typing journey with TypeExpand
https://github.com/codeterrayt/typeexpand
abbreviation-expansion automation keyboard keyboard-emulation keyboard-shortcuts opensource pandas productivity productivity-booster productivity-tools python python-project python3 text-expander text-expansion typeexpand typespeed
Last synced: 5 months ago
JSON representation
TypeExpand: Streamline your typing with automatic conversion of abbreviations to full forms in real-time. Boost communication clarity and productivity effortlessly. Simplify your typing journey with TypeExpand
- Host: GitHub
- URL: https://github.com/codeterrayt/typeexpand
- Owner: codeterrayt
- License: mit
- Created: 2024-02-06T10:32:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T12:10:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T00:27:30.151Z (9 months ago)
- Topics: abbreviation-expansion, automation, keyboard, keyboard-emulation, keyboard-shortcuts, opensource, pandas, productivity, productivity-booster, productivity-tools, python, python-project, python3, text-expander, text-expansion, typeexpand, typespeed
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeExpand
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.
## Getting Started
### Prerequisites
Make sure you have the following modules installed:
- pandas
- keyboard
You can install them using the following command:
```bash
pip install pandas keyboard
```
### Usage
Run the main script using the following command:
```bash
python main.py
```
### Demo Video
https://github.com/codeterrayt/TypeExpand/assets/76623307/4d048fba-a2f6-4e57-b937-7ace9d76a06d
### Contributing
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.
### License
This project is licensed under the MIT License.