Metadata-Version: 2.1
Name: pyqt-resource-helper
Version: 0.0.12
Summary: Setting icons, stylesheets of imported packages based on main module to prevent FileNotFoundError
Home-page: https://github.com/yjg30737/pyqt-resource-helper.git
Author: Jung Gyu Yoon
Author-email: yjg30737@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE


# pyqt-resource-helper

Setting icons, stylesheets of imported packages based on main module's path to prevent FileNotFoundError



## Requirements

PyQt5 >= 5.8



## Setup

`python -m pip install pyqt-resource-helper`



## Usage

```python

# set the icon

PyQtResourceHelper.setIcon([closeBtn], ['ico/close.png']) 

# set the style

PyQtResourceHelper.setStyleSheet([closeBtn], ['style/button.css'])

```



