Metadata-Version: 2.1
Name: translucenttb
Version: 0.0.2
Summary: A python version TranslucentTB
Home-page: https://github.com/littlewhitecloud/TranslucentTB/
Author: littlewhitecloud
Description-Content-Type: text/markdown

### TranslucentTB
#### This is a python version TranslucentTB maybe with tkinter and ctypes
> Add gui later
### Clear
![image](https://github.com/littlewhitecloud/TranslucentTB/assets/71159641/97763cac-2b58-4208-b98b-36d031c86880)
### Noeffect
![image](https://github.com/littlewhitecloud/TranslucentTB/assets/71159641/761f84b4-5367-40a2-81ec-e9e97b2f19f5)
### Blur
![image](https://github.com/littlewhitecloud/TranslucentTB/assets/71159641/78b2a579-4c5f-4d95-8b68-4fe2b4f2ba29)
### Acrylic
![image](https://github.com/littlewhitecloud/TranslucentTB/assets/71159641/211f4147-ce5d-4f04-9126-e274369abdfd)

### Usage
```python
from translucenttb import blur # import the blur function
blur(blurtype="acrylic") # for example acrylic
# choose one type from ("clear", "noeffect", "blur", "acrylic")
```

#### Still working in progress
