Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LNLenost authored Apr 21, 2024
1 parent d0ba5c9 commit 6ea3694
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ Opens any file using your voice.
Works with latest version of Python.
# How to use
1. Download Python on their website for your OS. (If you are using Windows, make sure to check "add py.exe to PATH")
2. Open your terminal, change to the directory where main.py, requirements.txt and your file is located, and type "pip install -r requirements.txt".
3. Open main.py using a text editor, and replace "xxx" in "file_path = "xxx" with your file name (example: "file_path = "music.mp3")
4. Repeat step 3 for "target_work", but instead of the file type the word for opening the file
5. Open main.py using your terminal or VSC.
2. Download the latest release of voice2file.
3. Open your terminal, change to the directory where main.py, requirements.txt and your file is located, and type "pip install -r requirements.txt".
4. Open main.py using a text editor, and replace "xxx" in "file_path = "xxx" with your file name (example: "file_path = "music.mp3")
5. Repeat step 3 for "target_work", but instead of the file type the word for opening the file
6. Open main.py using your terminal or VSC.

# FAQ
Q: Does this work with whole sentences?
A: Yes.

Q: Something isn't working, what should I do?
A: Make sure you followed step 1 and 2. If you did, open an issue.

# Enjoy!

0 comments on commit 6ea3694

Please sign in to comment.