Skip to content

Commit 088a7e4

Browse files
authored
Update README.md
1 parent e1ff491 commit 088a7e4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,21 @@ An project that can transfer your voice order into word command.
88
* openpyxl
99
* pygame
1010
* gtts
11+
12+
## Log
13+
### Ver1.0
14+
* Bot can detect your voice into command.
15+
* there are two method to record voice: pyaudio and speech_recognition.
16+
* you can use excel to edit menu and program will automatically enter the item and price into dictionary.
17+
* Bot will response with real voice.
18+
* You can make you order with format: (多少個什麼和多少個什麼)
19+
* Bot will process order into price and it will calculate total and which item didn't exist.
20+
* Chinese number exchange arabtic number.
21+
22+
## Ver1.1
23+
* Add new method to record: temp record with pyaudio.
24+
* Add what time is it module. Now you can ask bot: 幾點了?
25+
26+
## To do list
27+
- [ ] More calculate option
28+
- [ ] More clear word spread

0 commit comments

Comments
 (0)