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

https://github.com/brianhuster/notepad_voice


https://github.com/brianhuster/notepad_voice

Last synced: 5 months ago
JSON representation

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
```