https://github.com/lolitemaultes/phonebooker-pro
User Friendly Phonebook Managing Application
https://github.com/lolitemaultes/phonebooker-pro
data-management management phone-book phonebook tool user-friendly vcf vcf-data xml xml-phone-book-reader
Last synced: 3 months ago
JSON representation
User Friendly Phonebook Managing Application
- Host: GitHub
- URL: https://github.com/lolitemaultes/phonebooker-pro
- Owner: lolitemaultes
- License: mit
- Created: 2024-11-30T04:57:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T11:54:28.000Z (7 months ago)
- Last Synced: 2025-01-21T13:12:11.147Z (5 months ago)
- Topics: data-management, management, phone-book, phonebook, tool, user-friendly, vcf, vcf-data, xml, xml-phone-book-reader
- Language: Python
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

**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.
## Features
- **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.## Getting Started
### Prerequisites
Ensure you have the following installed on your system:
- Python 3.8+
- Required Python packages:```bash
pip install PyQt6 thefuzz
```### Installation
1. Clone this repository:
```bash
git clone https://github.com/lolitemaultes/PhoneBooker-Pro.git
cd PhoneBooker-pro
```2. Run the application:
```bash
python "PhoneBooker Pro.py"
```### Running as an Executable
To create an executable for distribution, use PyInstaller:
```bash
pyinstaller --onefile --windowed "PhoneBooker Pro.py"
```The generated executable will be available in the `dist` folder.
## Usage
### Starting the Application
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.### Contact Operations
- Double-click a contact to edit it.
- Use the action buttons to add, delete, or save contacts.### File Operations
- Import contacts from a CSV file or load an XML file.
- Export your phonebook as an XML or VCF file.## Screenshots


## Roadmap
Planned features:
- Additional export formats.
- Integration with cloud-based contact storage.
- Real-time syncing with mobile devices.## Contributing
Contributions are welcome! Please fork the repository, create a new branch, and submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.