PhoneBooker Pro is a modern and user-friendly phonebook management application designed to help you organize, edit, and convert your contact lists effortlessly. Built using Python and PyQt6, this application offers sleek styling, intuitive controls, and powerful features for seamless contact management.
-
Contact Management:
- Add, edit, and delete contacts with ease.
- Group contacts into categories like Work, Friends, Family, etc.
- Search and filter contacts with advanced options, including fuzzy matching.
-
File Formats:
- Import and export contacts in XML and VCF formats.
- Convert phonebooks between XML and VCF formats.
-
Modern Interface:
- Clean, responsive UI with support for dark and light themes.
- Customizable styling for buttons, tables, and inputs.
-
Advanced Tools:
- Case-sensitive and exact match search options.
- CSV import with duplicate detection.
- Alphabetical sorting of contacts by name.
Ensure you have the following installed on your system:
-
Python 3.8+
-
Required Python packages:
pip install PyQt6 thefuzz
-
Clone this repository:
git clone https://github.com/lolitemaultes/PhoneBooker-Pro.git cd PhoneBooker-pro
-
Run the application:
python "PhoneBooker Pro.py"
To create an executable for distribution, use PyInstaller:
pyinstaller --onefile --windowed "PhoneBooker Pro.py"
The generated executable will be available in the dist
folder.
On launch, the app displays a startup menu:
- Edit Phonebook: Manage your contacts in an interactive table view.
- Convert Phonebook: Convert XML to VCF or vice versa.
- Double-click a contact to edit it.
- Use the action buttons to add, delete, or save contacts.
- Import contacts from a CSV file or load an XML file.
- Export your phonebook as an XML or VCF file.
Planned features:
- Additional export formats.
- Integration with cloud-based contact storage.
- Real-time syncing with mobile devices.
Contributions are welcome! Please fork the repository, create a new branch, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.