Skip to content

Iryna-Holova/goit-pycore-final

Repository files navigation

Motherbot

Overview

The project is a Python-based application that focuses on managing contacts and notes, offering features like adding, editing, and deleting contacts, creating and managing notes with tags, and interacting through a command-line interface. It also incorporates Python best practices and concepts, such as decorators, to enhance functionality.

WelcomeScreencapture

Features

  • Contacts Management: Create, update, delete, and search contacts.
  • Notes Management: Manage notes with tagging and searching functionality.
  • Custom Decorators: Utility decorators for logging, validation, etc.
  • Helper Functions: Common utility functions used across the project.

Requirements

  • Python 3.x
  • See requirements.txt for the full list of dependencies.

Installation

  1. Clone the repository:
    git clone https://github.com/Iryna-Holova/goit-pycore-final.git
  2. Navigate to the project directory:
    cd goit-pycore-final
  3. Create Python virtual environment:
    python -m venv venv
  4. Activate Python virtual environment:
    source venv/Scripts/activate
  5. Install the required dependencies:
    pip install motherbot

Usage

Run the main script to start the application:

motherbot

Enter the command help to see available commands.

Contributions

Feel free to fork the repository and submit pull requests. Contributions are welcome!

Contributors

Contact

For any questions, please contact Iryna Holova.