Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 16 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-24T13:15:33.000Z (over 1 year ago)
- Last Synced: 2024-12-29T12:17:55.604Z (about 2 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
![Tasks Menu](https://i.imgur.com/VyPte0x.png)
App Settings Menu
![App Settings Menu](https://i.imgur.com/v9h650k.png)
System Tray Icon
![System Tray Icon Menu](https://i.imgur.com/u6u9PnV.png)
## 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).*