/Notion-Voice-Notes

Primary LanguagePythonMIT LicenseMIT

Notion Voice Notes

Description

A simple, easy, intelligent and effective tool to create, modify and share your notes.

Run Locally

  • Use following cmd to clone the repository.
git clone https://github.com/tejasvi541/Notion-Voice-Notes.git
cd Notion-Voice-Notes
  • Use following cmd to set up new virtual environment (with name venv) and activate it.
python -m venv venv
source venv/Scripts/activate
  • Use following cmd to install requirements.txt file.
pip install -r requirements.txt
  • Use following cmd to run app locally
python main.py