Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 2.54 KB

README.md

File metadata and controls

68 lines (45 loc) · 2.54 KB

Voice Notepad 🗒️

voice

Codacy Badge Circleci code style: prettier

Created By : Sayak Naskar License : MIT Email: sayaknaskar@gmail.com

Free, Open-Source Notepad System with voice 😄


Voice Notepad


About ℹ️

It's a python based project using speech to text voice response. This project comes with GUI which will be very easy to use. There are three buttons on the GUI Frame. By using this, anybody can record anything like recording lectures or other stuffs. It can easily fetch complex words. It has an export button to export all the records. Just need a good quality internet speed.

Installation

Windows Installation

For python3

python3 -m pip install -r requirements.txt

Linux Installation

For python3

pip3 install -r requirements.txt

Features

  • Export
  • Speak
  • Reset

Pyaudio

  • Select your achitecture & Download Pyaudio from this link.

  • Open the terminal where you have kept your .whl file and add the following command in terminal.

    python3 -m pip install PyAudio-0.2.11-cp37-cp37m-win_amd64.whl

Usage

python3 voicenote.py

Warning ⚠️

This is a personal development, please respect its philosophy.

Contribution

Feel free to open issues or PRs for any problem you may encounter, typos that you see or aspects that are confusing. Contributions are welcome, open an issue or email me if you have something you want to work on.

Thank you

Thanks to Sayan Mondal and I really appreciate all kinds of feedback. Thanks for using and supporting this project!