Skip to content

Commit

Permalink
Update readme image links
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolyn090 committed Jun 11, 2024
1 parent cbc69b3 commit 8facc34
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# CTkColorPicker
# CTkColorPickerAlpha
**A special color picker that supports picking transparent color (8-digits hex code)**

<p align="center">
<img alt="screenshot" src="readme_img/screenshot-default.png" width="300"/>
<img alt="screenshot" src="readme_img/screenshot-color.png" width="300"/>
<a href="https://github.com/Kolyn090/CTkColorPickerAlpha/blob/main/readme_img/screenshot-default.png?raw=true">
<img alt="default" src="readme_img/screenshot-default.png" width="300" />
</a>
<a href="https://github.com/Kolyn090/CTkColorPickerAlpha/blob/main/readme_img/screenshot-color.png?raw=true">
<img alt="colored" src="readme_img/screenshot-default.png" width="300" />
</a>
</p>

## Download

```
pip install ctk-color-picker-alpha
```

## Requirements
Expand Down Expand Up @@ -60,7 +64,9 @@ root.mainloop()
**This is a new color picker widget that can be placed inside a customtkinter frame.**

<p align="center">
<img alt="screenshot" src="readme_img/screenshot-widget.png" width="500"/>
<a href="https://github.com/Kolyn090/CTkColorPickerAlpha/blob/main/readme_img/screenshot-widget.png?raw=true">
<img alt="widget" src="readme_img/screenshot-widget.png" width="300" />
</a>
</p>

### Usage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ctk-color-picker-alpha"
version = "0.8.0"
version = "0.8.3"
description = "An eight-digits hex code color picker, with alpha value."
authors = ["Kolyn Lin <Kanzakimakai27875628@gmail.com>"]
license = "CC0 1.0 Universal"
Expand Down

0 comments on commit 8facc34

Please sign in to comment.