https://github.com/brianhuster/notepad_voice
https://github.com/brianhuster/notepad_voice
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianhuster/notepad_voice
- Owner: brianhuster
- Created: 2024-07-02T02:25:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T08:08:16.000Z (about 2 years ago)
- Last Synced: 2025-01-11T14:12:05.504Z (over 1 year ago)
- Language: Python
- Size: 1.45 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
1. Windows
After installing Notepad++, please run this command in cmd
```cmd
$env:PATH += ";C:\Program Files\Notepad++"
```
2. Linux
```bash
sudo snap install notepad-plus-plus
sudo apt-get install python3-tk python3-dev
sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
```