https://github.com/abolfazlborhani/phonebook
Add initial versions of PhoneBook in C++ and Python (+ SQLite3)
https://github.com/abolfazlborhani/phonebook
phone-number phonebook pyqt5 pyqt5-desktop-application qt-desktop-application qt5 sqlite3 user-interface
Last synced: 3 months ago
JSON representation
Add initial versions of PhoneBook in C++ and Python (+ SQLite3)
- Host: GitHub
- URL: https://github.com/abolfazlborhani/phonebook
- Owner: AbolfazlBorhani
- Created: 2024-09-11T17:45:04.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T17:24:20.000Z (8 months ago)
- Last Synced: 2025-01-16T22:12:48.675Z (4 months ago)
- Topics: phone-number, phonebook, pyqt5, pyqt5-desktop-application, qt-desktop-application, qt5, sqlite3, user-interface
- Language: C++
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Add PhoneBook application in C++ and Python
- Implemented the PhoneBook functionality in C++.
- Added Python version of the PhoneBook application.
- Organized project structure with separate folders for each language (C++ and Python).
- Using SQLite3 in Python version.