Skip to content

Releases: JingShing-Python/Python-Voice-Order

Ver 1.5 : Make module import even easier

20 Dec 05:16
eadc2d1
Compare
Choose a tag to compare

Ver1.5 Make module import even easier

  • shorten the module import by using exec and dict

版本1.5 讓模組導入更加簡單

  • 簡短模組導入的代碼,使用了dict和exec優化

Ver 1.4.1 : Add equation module

20 Dec 04:43
ee10776
Compare
Choose a tag to compare

Ver1.4.1 Add equation module

  • Add dialogue_section.equation

ver 1.4 : Modulism

19 Dec 11:32
d6f01f2
Compare
Choose a tag to compare

Ver1.4 Add module process

  • Add order_bot_program_module As new program that can help adding module easier
  • Add dict in setting that can help you import your own modules

版本1.4 新增模塊化程序

  • 新增 order_bot_program_module 新的程序,可以更加便利地添加新模塊
  • 在 setting 中增加了一個字典,可以更方便的導入外置模塊

Ver1.3.1: Add TKinter module

17 Dec 07:10
e9275eb
Compare
Choose a tag to compare

Ver1.3 Add Chinese num to arabic number

  • Add chinese num module for transform chinese num in string into arabic number.

Ver1.3.1 Add tkinter module

  • Add a order_program.py can use tkinter to order.
  • Add threading to process front end and back end

版本1.3 新增中文數轉換阿拉伯數

  • 新增中文數字模塊,將字串中的中文數字轉換成阿拉伯數字

版本1.3.1 新增 tkinter 模塊

  • 新增 order_program.py 可以使用 tkinter 下指令
  • 新增 threading 以多線程管理前端後端

ver 1.2: Order bot

07 Dec 17:56
3252ab0
Compare
Choose a tag to compare

Ver1.2 Add order bot

  • Add order bot class
  • Classify file to different folder
  • Add new voice detect method(tempfile + pyaudio)
  • More conversation option

ver 1.1

06 Dec 01:37
1aff4cb
Compare
Choose a tag to compare

Ver1.0

  • Bot can detect your voice into command.
  • there are two method to record voice: pyaudio and speech_recognition.
  • you can use excel to edit menu and program will automatically enter the item and price into dictionary.
  • Bot will response with real voice.
  • You can make you order with format: (多少個什麼和多少個什麼)
  • Bot will process order into price and it will calculate total and which item didn't exist.
  • Chinese number exchange arabtic number.

Ver1.1

  • Add new method to record: temp record with pyaudio.
  • Add what time is it module. Now you can ask bot: 幾點了?