Metadata-Version: 2.1
Name: collect_framework_oleksandr
Version: 0.0.1
Summary: Program count unique letters in a word
Project-URL: Homepage, https://git.foxminded.ua/foxstudent105474/task5
Author-email: Oleksandr Ponomarenko <trecc33@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Collect Framework

Welcome to my project! This program will help you to count unique letters.

## Table of Contents

- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [License](#License)

## Introduction

This project helps you to count unique letters in any word

## Installation

To get started, follow these steps:

Clone the repository: `git clone https://git.foxminded.ua/foxstudent105474/task5.git`


## Usage

Run the application using the following command:
1. python -m task.collect_framework --string (your word)
2. python -m task.collect_framework --file (path to your file)
 
## License

This project is licensed under the [GNU GPLv3 License](LICENSE).