An open API service indexing awesome lists of open source software.

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

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.