Metadata-Version: 2.2
Name: dmitlibx
Version: 0.1.1
Summary: Небольшая библиотека для упрощения привычных действий.
Home-page: https://github.com/Hieso/dmitlibx
Author: DmitX
Author-email: Hieso123@yandex.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
Requires-Dist: rich
Requires-Dist: vk_api
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Dmitallx
Hi, this is my first Python library.

##Functions:
Clear the terminal (clear)
Find the greatest common divisor of numbers (nod)
Find the least common multiple of numbers (nok)
Install libraries (importlibs)

## Installation

```sh
pip install dmitallx
