Metadata-Version: 2.1
Name: larryc
Version: 0.2
Summary: Dictionary for your terminal
Home-page: UNKNOWN
Author: furtidev (Isfer Hossain)
Author-email: <megaphone@poto.cafe>
License: UNKNOWN
Keywords: python,dictionary,cli,app,foss
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE

# Larryc
Larryc is a dictionary-search engine that runs in your terminal with a pleasing UI. Larryc is depending on the [dictionary api](https://dictionaryapi.dev/). And, the UI is written in [Rich framework](https://github.com/Textualize/rich).
<br> <br> [![Version](https://img.shields.io/pypi/v/larryc?color=blue&style=for-the-badge)](https://pypi.org/project/larryc/)
![License](https://img.shields.io/github/license/furtidev/larryc?color=blue&style=for-the-badge)

## Purpose
First of all, nobody these days carries dictionaries. Second of all, not everyone likes to use the browser for everything. Especially me. I feel like small things like this should be done in the terminal, which is fast and straight to point. Larryc is **maybe** going to solve the *dictionary* crysis. That's what I'm calling it. 

## Installation & Usage
Cross-platform (Python must be installed):
```bash
# install the package
pip install larryc

# usage
python -m larryc <word>
```

## Screenshot
![snapshot](static/snap.png)

## Contributing
Contributing to Larryc is pretty straight-forward. You can either improve the UI or do some major changes. It's upto you. If the changes are good for the project, they will be accepted. Feel free to open a pull request. It's fine.

## License
Larryc is under the MIT license.


