https://github.com/serhii73/ukrdict
Ukrainian dictionary in your terminal
https://github.com/serhii73/ukrdict
dictionary python ukraine ukrainian
Last synced: 7 months ago
JSON representation
Ukrainian dictionary in your terminal
- Host: GitHub
- URL: https://github.com/serhii73/ukrdict
- Owner: serhii73
- License: mit
- Created: 2019-06-14T09:26:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T00:34:52.000Z (over 1 year ago)
- Last Synced: 2025-03-15T08:54:54.419Z (7 months ago)
- Topics: dictionary, python, ukraine, ukrainian
- Language: Python
- Homepage: https://pypi.org/project/ukrdict/
- Size: 193 KB
- Stars: 15
- Watchers: 1
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://GitHub.com/serhii73/ukrdict/graphs/commit-activity)
[](https://www.python.org/)
[](https://GitHub.com/serhii73/ukrdict/graphs/contributors/)
[](https://GitHub.com/serhii73/ukrdict/stargazers/)

[](https://GitHub.com/serhii73/ukrdict/issues/)
[](https://codeclimate.com/github/serhii73/ukrdict/maintainability)
[](https://bettercodehub.com/)
[](https://lgtm.com/projects/g/serhii73/ukrdict/alerts/)
[](https://lgtm.com/projects/g/serhii73/ukrdict/context:python)
[](https://app.codacy.com/app/serhii73/ukrdict?utm_source=github.com&utm_medium=referral&utm_content=serhii73/ukrdict&utm_campaign=Badge_Grade_Settings)
[](https://pyup.io/repos/github/serhii73/ukrdict/)
[](https://pyup.io/repos/github/serhii73/ukrdict/)# ukrdict
Python wrapper for [sum.in.ua/api](http://sum.in.ua/api)##### Search for the word meaning
```bash
ukrdict тин
```
```
ТИН, у, чол. Огорожа, сплетена з лози, тонкого гілля
пліт. Та вже ж наші слобожани Тини городили; Із-під
лугу, із-під гаю Лозу волочили (Яків Щоголів, Поезії, 1958, 130);
```##### Installation
1. [Create Python virtual environment](https://docs.python.org/3.7/library/venv.html)
2. Install ukrdict package
```bash
pip install ukrdict
ukrdict жовтогарячий
```