Metadata-Version: 2.1
Name: goit-phone-book-bot
Version: 0.2.2
Summary: Phone Book bot developed by team #5 - CREATORS
Home-page: https://github.com/VasylMartyniv/GoIT_Phone_Book_bot
Author: Vasyl Martyniv
Author-email: doc.people97@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyreadline3
Requires-Dist: tabulate

# Installing and launching the application

- `git clone https://github.com/VasylMartyniv/GoIT_Phone_Book_bot.git`
- `python -m venv venv`
- `venv\Scripts\activate`
- `pip install -r requirements.txt`
- `py -m src.main`

# PyPi

Package is accessible on PyPi: https://pypi.org/project/goit-phone-book-bot/
Can be installed with `pip install goit-phone-book-bot`
to run the package simply use `goit_phone_book_bot` CLI command

#### To select a command, a letter followed by a TAB and ENTER



