Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mnz1365/phonebook
- Owner: mnz1365
- Created: 2024-12-26T08:44:33.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-26T09:18:16.000Z (about 1 month ago)
- Last Synced: 2024-12-26T10:20:46.412Z (about 1 month 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