Instruction

Install Python virtual Environment python3 -m venv .venv

Activate Python virtual environment From current folder .venv\Scripts\activate.bat

Create requirements.txt file

Upgrade pip by command python -m pip install --upgrade pip Install the required library pip install -r requirements.txt

How to use Sqlite3 with Python

https://www.tutorialspoint.com/sqlite/sqlite_python.htm"# sql-python"