Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnz1365/phonebook

phonebook console application in python
https://github.com/mnz1365/phonebook

console-application mysql mysql-connector mysql-database phone-number phonebook python

Last synced: 18 days ago
JSON representation

phonebook console application in python

Awesome Lists containing this project

README

        

# About

phonebook app for register and find user phone number.

simple console application.

# Installation

```bash
pip install mysql-connector-python
```
# Getting Started
data stored in mysql database and we use mysql workbench

first, in mysql workbench --> create a database -> "mnzdb"

second, in mysql workbench --> create a table -> "phonebook"

third, in mysql workbench --> create three column (idphonebook(int, AI, PK), phonebookname(varchar(45)), phonebooknumber(carchar45))



for run app properly -> run "index.py" file