/CRUD-Python

Simple CRUD with Python and MySQL in Command Line

Primary LanguagePython

CRUD-Python

Simple CRUD with Python 3 and MySQL in Command Line

Install

Download Source Code
git clone https://github.com/robbyparlan/CRUD-Python.git && cd CRUD-Python

Install Requirment
pip3 install -r requirment.txt

Create New Database & Import crud.sql

How to use 
python menu.py

[+]----Menu CRUD Python With MySQL----[+]

  [01] Create Record Table
  [02] Read Record Table
  [03] Update Record Table
  [04] Delete Record Table
  [05] Credit
  [00] Exit