Skip to content

CodeHarold/Client-Manager-with-Python

Repository files navigation

Client Manager with Python

📋 Description

A comprehensive client management system built with Python. This project helps businesses efficiently manage client data, track interactions, and streamline workflows.

🚀 Features

  • Add, update, and delete client records.
  • Search and filter clients by various criteria. -- User-friendly interface using Tkinter.

🛠️ Technologies Used

  • Programming Language: Python
  • Database: SQLite
  • Libraries/Frameworks:Pandas
  • Version Control: Git

📂 Project Structure

Client Manager with Python/ ├── src/ # Source code ├── tests/ # Unit tests ├── docs/ # Documentation ├── README.md # Project overview └── requirements.txt # Python dependencies

🖥️ Installation and Setup

  1. Clone the repository:

    git clone https://github.com/your-username/client-manager-python.git
    
  2. Navigate to the project directory: cd client-manager-python

  3. Install dependences: pip install -r requirements.txt

  4. Run Application python run.py

🧪 Testing Run the test suite to ensure everything is working correctly:

pytest -v

Reference

Udemy_python_course .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages