Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheenazien8/chatcaster
A simple and lightweight app to display keyboard inputs in real-time using a chat bubble style.
https://github.com/sheenazien8/chatcaster
Last synced: 23 days ago
JSON representation
A simple and lightweight app to display keyboard inputs in real-time using a chat bubble style.
- Host: GitHub
- URL: https://github.com/sheenazien8/chatcaster
- Owner: sheenazien8
- Created: 2024-12-02T23:52:05.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-03T02:14:23.000Z (about 1 month ago)
- Last Synced: 2024-12-03T03:20:12.355Z (about 1 month ago)
- Language: NSIS
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keyboard Caster with Chat Bubble Style
![Chatcaster](https://your-image-url-here)
## Demo
![Chatcaster](markdown/demo.gif)A sleek desktop application to display keyboard inputs in a chat bubble-style popup. Built with [Wails](https://wails.io/) and Golang, this tool is perfect for streamers, presenters, and developers to add a dynamic visual layer to their work.
## Features
- **Real-time Keycasting**: Displays keyboard inputs as chat bubbles.
- **Customizable Styles**: Modify the look and feel of the chat bubble.
- **Lightweight**: Minimal resource usage.
- **Cross-Platform**: Works on Windows, macOS, and Linux.## Installation
1. **Clone the repository**:
```bash
git clone https://github.com/sheenazien8/chatcaster.git
cd chatcaster
```
2. **Install dependencies:**
Ensure you have Go and Wails installed.
```bash
go install github.com/wailsapp/wails/v2/cmd/wails@latest
```
3. **Build the application:**
```bash
wails dev
```## Download
Soon## Usage
Once the application is running, it will display keyboard inputs in a chat bubble-style popup on your screen. You can customize the appearance and behavior of the chat bubbles through the settings menu.## Roadmap
* [x] Cast your typing keyboard
* [ ] Setting for ordering the bubble chat
* [x] Setting show key on foucs or global
* [ ] Setting how many chat will be shown
* [x] Setting background color for the bubble chat
* [x] Setting font size
* [ ] Put image on the chat, like user icon## Contributing
We welcome contributions! Please fork the repository and submit pull requests.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.## Acknowledgements
- [Wails](https://wails.io/) for providing the framework to build this application.
- All contributors and users for their support and feedback.