https://github.com/pablogozalvez/joker-assistant
A simple C# Winforms desktop assistant utilizing Microsoft SpeechRecognitionEngine for voice recognition and custom command execution.
https://github.com/pablogozalvez/joker-assistant
csharp json voice-assistant winforms
Last synced: 3 months ago
JSON representation
A simple C# Winforms desktop assistant utilizing Microsoft SpeechRecognitionEngine for voice recognition and custom command execution.
- Host: GitHub
- URL: https://github.com/pablogozalvez/joker-assistant
- Owner: pablogozalvez
- Created: 2023-06-24T13:15:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T13:15:33.000Z (about 3 years ago)
- Last Synced: 2025-09-09T16:55:32.426Z (10 months ago)
- Topics: csharp, json, voice-assistant, winforms
- Language: C#
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Joker-Assistant**
A simple and easily scalable C# Winforms desktop assistant utilizing Microsoft SpeechRecognitionEngine and Speach Synthesis for voice recognition, command execution and speach synthesis. Program may be launched at system startup and voice recognition will start listenning.
## **Table of Contents**
- [Screenshots](#Screenshots)
- [Contributing](#Contributing)
- [License](#License)
## Screenshots
Tasks Menu

App Settings Menu

System Tray Icon

## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Make sure to adhere to the existing code style and follow the established guidelines.
## License
*This project is licensed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/). This means that you are free to use, modify, and distribute the code, but you must give appropriate credit to the original authors by providing a link to the GitHub repository of this project and mentioning the authors' names (e.g., in the game credits or accompanying documentation).*