Skip to main content

Final project for Python course => MotherBot

Project description

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 -r requirements.txt
    

Usage

Run the main script to start the application:

python main.py

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

motherbot-0.3.tar.gz (26.5 kB view hashes)

Uploaded Source

Built Distribution

motherbot-0.3-py3-none-any.whl (36.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page