Skip to content

lolitemaultes/PhoneBooker-Pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logo

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:

    pip install PyQt6 thefuzz

Installation

  1. Clone this repository:

    git clone https://github.com/lolitemaultes/PhoneBooker-Pro.git
    cd PhoneBooker-pro
  2. Run the application:

    python "PhoneBooker Pro.py"

Running as an Executable

To create an executable for distribution, use PyInstaller:

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

Screenshot from 2024-11-30 16-16-43 Screenshot from 2024-11-30 16-17-33 Screenshot from 2024-11-30 16-17-09

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 file for details.