Metadata-Version: 2.1
Name: jarvis-assistant-bot
Version: 0.4
Summary: Welcome to Jarvis, your personal assistant! Jarvis is here to help you stay organized and manage your contacts, reminders, notes, and files efficiently. With Jarvis, you can easily handle your daily tasks and keep your information in one place.
Home-page: https://github.com/UkrainianEagleOwl/tp_personal_assistant/tree/97c820e0779d54e488d5d824cce404b06bb4e654
Author: Dmytro Filin, Illya Grygoriev, Dmytro Klymenko, Dmytro Paukov, Alexandr 
Project-URL: Homepage, https://github.com/UkrainianEagleOwl/tp_personal_assistant
Project-URL: Bug Tracker, https://github.com/UkrainianEagleOwl/tp_personal_assistant/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

Sure! Here's the updated README with the additional information you provided:

# Personal Assistant - Address Book (Jarvis)

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Welcome to Jarvis, your personal assistant! Jarvis is here to help you stay organized and manage your contacts, reminders, notes, and files efficiently. With Jarvis, you can easily handle your daily tasks and keep your information in one place.

## Table of Contents

- [Features](#features)
- [Getting Started](#getting-started)
  - [Prerequisites](#prerequisites)
  - [Installation](#installation)
- [Usage](#usage)
- [Contacts](#contacts)
- [License](#license)

## Features

Jarvis offers the following features:

- **Contact Book**: You can save and manage your contacts with names, addresses, phone numbers, email addresses, and birthdays. Jarvis securely stores this information, allowing you to easily access and update it whenever needed. It can also remind you of upcoming birthdays from your contact book.

- **Notebook**: Jarvis provides a notebook feature where you can create and store text-based notes. These notes can contain important information, ideas, or anything you want to remember. You can search for specific notes using keywords or tags. Jarvis allows you to edit and delete notes, ensuring your information remains organized.

- **File Sorting**: If you have files in a specified folder, Jarvis can help you sort them by categories such as images, documents, videos, and more. This feature ensures that your files are organized and easily accessible.

## Getting Started

To get started with Jarvis, follow these steps:

### Prerequisites

- Python 3.x
- Git
- colorama 
- prompt_toolkit
- prettytable
  

### Installation by clone from github

1. Clone the repository.
   ```sh
   git clone https://github.com/UkrainianEagleOwl/tp_personal_assistant.git
   ```

2. Change to the project directory.
   ```sh
   cd tp_personal_assistant
   ```

3. Install the required dependencies.
   ```sh
   pip install -e.
   ```
### Installation from pypi

1. Load from pip.
   ```sh
    pip install jarvis-assistant-bot
   ```

## Usage

1. Run the application.
   ```sh
   jarvis
   ```

2. Follow the on-screen instructions to access and use Jarvis's various features, such as managing contacts, creating notes, and sorting files.

## Contacts

Please feel free to reach out to any of the following team members if you have any questions, suggestions, or would like to contribute to this project:

- Dmytro Filin - GitHub: [dmytrofilin](https://github.com/UkrainianEagleOwl) LinkedIn: [Dmytro Filin](https://www.linkedin.com/in/dmytro-filin-18716b198/) 
- Illya Grygoriev - GitHub: [illyagrygoriev](https://github.com/Adentas)
- Dmytro Klymenko - GitHub: [dmytroklymenko](https://github.com/leegosx)
- Dmytro Paukov - GitHub: [dmytropaukov](https://github.com/paukdv)
- Alexandr - GitHub: [alexandr](https://github.com/sanyashahter)

Please ensure that you follow our [Code of Conduct](CODE_OF_CONDUCT.md) when interacting with team members.

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).
