File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,21 @@ An project that can transfer your voice order into word command.
8
8
* openpyxl
9
9
* pygame
10
10
* 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
You can’t perform that action at this time.
0 commit comments