Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reshmaharidhas/phonebook
A desktop phonebook application to manage contacts
https://github.com/reshmaharidhas/phonebook
crud crud-application database desktop-app desktop-application gui mysql mysql-connector mysql-connector-python mysql-server phonebook phonebook-application phonebook-management-system python3 software tkinter tkinter-gui
Last synced: 12 days ago
JSON representation
A desktop phonebook application to manage contacts
- Host: GitHub
- URL: https://github.com/reshmaharidhas/phonebook
- Owner: reshmaharidhas
- License: mit
- Created: 2024-06-25T00:41:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T15:38:08.000Z (6 months ago)
- Last Synced: 2024-06-27T02:34:56.599Z (6 months ago)
- Topics: crud, crud-application, database, desktop-app, desktop-application, gui, mysql, mysql-connector, mysql-connector-python, mysql-server, phonebook, phonebook-application, phonebook-management-system, python3, software, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Phonebook
A desktop phonebook application to manage contacts
## Programming Language
- Python 3
## Tech Stack
- Tkinter
- MySQL (Database)
- MySQL Connector Python
## Featuresπ»
- Add new contact
- View saved contacts π
- Edit saved contact βοΈ
- Delete saved contact β
- Categorize every contact to a group ποΈ
- Search for contact by first name π
- View all contacts under a group
## Screenshots
Login window
![image](https://github.com/reshmaharidhas/Phonebook/assets/37250413/9683a671-263f-4e9b-b3bb-29f1c47d10ae)
Home screen
![home screen](https://github.com/reshmaharidhas/Phonebook/assets/37250413/8c8c79c2-13c9-48a5-aba2-156b454354b6)
![Contacts under Work group](https://github.com/reshmaharidhas/Phonebook/assets/37250413/8e14e6a7-2ee0-40af-b666-08728ea8993f)
Searching contacts using search bar
![Searching contacts](https://github.com/reshmaharidhas/Phonebook/assets/37250413/8713b2cc-f4e9-4fb5-87ee-c41407de9866)
Open contact card
![view contacts](https://github.com/reshmaharidhas/Phonebook/assets/37250413/7d284027-16df-47b6-ace8-ef3a53a93400)
Add new contact to phonebook
![add new contact](https://github.com/reshmaharidhas/Phonebook/assets/37250413/2442f77d-bac8-4d4f-a749-63981104ffb4)
Edit saved contact
![edit contact](https://github.com/reshmaharidhas/Phonebook/assets/37250413/c5797245-57e1-435a-9e00-3bb3ba1f307d)## Environment Variables to set
- MYSQL_USER
- MYSQL_PASSWORD
## License
This project is licensed under the MIT License.