https://github.com/arsalan-dev-engineer/contact_book
A Contact book using Python, the contact book has a password protection, you can add and delete contacts. This application could be used as a database to store your contacts.
https://github.com/arsalan-dev-engineer/contact_book
Last synced: 3 months ago
JSON representation
A Contact book using Python, the contact book has a password protection, you can add and delete contacts. This application could be used as a database to store your contacts.
- Host: GitHub
- URL: https://github.com/arsalan-dev-engineer/contact_book
- Owner: arsalan-dev-engineer
- License: apache-2.0
- Created: 2021-09-19T19:31:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T18:59:30.000Z (almost 4 years ago)
- Last Synced: 2025-05-16T03:12:09.446Z (8 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contact_Book
A Contact book using Python, the contact book has a password protection, you can add and delete contacts. This application could be used as a database to store your contacts.
Instructions:
Run the "login.py" program first, enter username and password: "Admin".
To add contacts, all fields must be filled.
To delete contacts, user must select from listbox.
# Getting Started
Follow the link below to install the Tkinter library
🥇: https://github.com/Azzy001/Vehicle_Management_System_Tk
The login.py file is the main file, run this file first.