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: 4 months ago
JSON representation
phonebook console application in python
- Host: GitHub
- URL: https://github.com/mnz1365/phonebook
- Owner: mnz1365
- Created: 2024-12-26T08:44:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T09:18:16.000Z (6 months ago)
- Last Synced: 2025-01-20T03:59:59.359Z (5 months ago)
- Topics: console-application, mysql, mysql-connector, mysql-database, phone-number, phonebook, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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