Metadata-Version: 2.1
Name: show_gpu_usage
Version: 0.2
Summary: A library to show GPU usage in a terminal
Home-page: https://github.com/your-username/your-library-name
Author: StudyingLover
Author-email: studyinglover1@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# show_gpu_usage
It is a library to show GPU usage in the terminal.

## Installation
```bash
pip install show_gpu_usage
```

## Usage
```python
from show_gpu_usage import show_gpu_usage
show_gpu_usage()
```

## Contact
If you have any questions, please contact me at: [StudyingLover](mailto:studyinglover1@gmail.com)
