Rickrack
焰火十二卷
----- ----- ----- ----- ----- ----- ----- -----
Generate Harmonious Colors Freely.
自由自在生成和谐色彩。
[🌐 English] | [🌐 中文] | [🌐 Esperanto] | [🌐 Русский] | [🌐 日本語] | [🌐 Français] | [🌐 Deutsch] | [🌐 Español]
In the age of digital creativity, the color palette has become an indispensable tool for designers. A good color palette can make a design more attractive and coordinated. Rickrack is designed for you if you are looking for an excellent color palette software! Rickrack has various color mixing functions and is suitable for various scenes. Rickrack is easy to use, and more importantly, it's completely free without networking or registration required.
Rickrack (Real-time Color Kit) is a free and user-friendly color editor. It is designed to generate a set of harmonious colors from the color wheel or other places. You can share these colors with your friends, or apply them into your creative works. What’s more, you can export them into individual files and import them into other softwares such as Adobe Photoshop, GIMP, Krita, Pencil 2D and Clip Studio Paint. Rickrack can run normally on operating systems such as Windows, Linux, and macOS.
在数字创意的时代,调色板成为了设计师不可或缺的工具。一个好的调色板可以让设计更加有吸引力和协调性。如果你正在寻找一款优秀的调色板软件,那就试试焰火十二卷吧!焰火十二卷具有多种配色功能,适用于多种场景。焰火十二卷简单易上手,更重要的是,它完全免费,无需联网或注册。
焰火十二卷(实时色彩工具箱)是一款免费且实用的色彩编辑器。它可以帮助你从色轮或者其他地方生成一组和谐的色彩。你可以将这些色彩分享给其他人,或者应用到你自己的创作当中。此外,你也可以将色彩组或者色库导出为单独的色彩文档并导入其他软件中(如 Adobe Photoshop、GIMP、Krita、Pencil 2D 以及优动漫 Paint 等)。焰火十二卷可以在 Windows、Linux、macOS 等操作系统上正常运行。
- Features
- Demo
- Information
- Installation
- Usage
- Development
- Copyright
- License
- Contributing
- More Information
- Acknowledgment
Rickrack has several features:
- A strong and free color editor.
- Create a set of colors from the color wheel.
- Pick-up a set of colors from an image.
- Generate a color board from the color set.
- Attach the color set and color board into the depot.
- Import colors from elsewhere and manage them in depot.
- Export colors and import them into other image processors.
- Obtain colors through the Python module in real-time.
- No function limitations and no registration required.
- ... and more!
Create a set of colors from the color wheel. | Pick-up a set of colors from an image. (Image inside: Copyright (c) 2001 Studio Ghibli, Non-Commercial Usage) |
Generate a gradient color board from the color set. | Attach the color set and color board into the depot. |
Add reference colors in the color wheel. | Add reference colors from the image. (Image inside: Copyright (c) 2001 Studio Ghibli, Non-Commercial Usage) |
Convert: gradient palette ↔ fixed palette. | Convert: gradient palette ↔ reference palette. |
Fixed palette: Chinese Traditional Colors. | Fixed palette: Nippon Traditional Colors. |
Support multiple languages, including Chinese, English, Japanese, German, French, Russian, and so on. (Languages except Chinese and English are translated by Google Translate.) | Support multiple interface themes. |
https://eigenmiao.com/rickrack
https://github.com/eigenmiao/Rickrack
The latest preview version is v2.9.10.
winget install rickrack
snap install rickrack
Download Software from Github or Sourceforge. The installation steps are presented in tutorials.
Here is a video tutorial.
Install the latest Rickrack from PyPI!
# Install Rickrack.
pip install Rickrack
# Start the installed software.
rickrack -d "/PATH/TO/RICKRACK/SOFTWARE"
Visit https://eigenmiao.com/rickrack/ for tutorials. Just feel free to click anywhere in the interface!
Here is a video tutorial.
Here is a demo.
Include Rickrack in other Python scripts, programs and softwares!
Here is a video tutorial.
Here is a demo.
# Use Rickrack module in code.
# This code fragment could be reused.
from rickrack import Rickrack
# Init Rickrack.
rr = Rickrack()
# Display the help information.
dp_proj = "/PATH/TO/RICKRACK/PROJECT"
dp_argv = dict()
dp_argv["help"] = True
# Run and see the full contents and examples.
rr.run(dp_argv=dp_argv, dp_proj=dp_proj)
- Python 3.6
- Git version control system
- Additional modules listed in the requirements folder
# Download the Rickrack source code.
git clone https://github.com/eigenmiao/Rickrack.git
# Change into the directory.
cd Rickrack
# Install the Rickrack starter.
pip install rickrack
# Display the help information.
rickrack -h
# Run Rickrack.
rickrack -d .
# Download the Rickrack source code.
git clone https://github.com/eigenmiao/Rickrack.git
# Change into the directory.
cd Rickrack
# Generate the package for Rickrack.
python setup.py sdist --formats=gztar,zip
Copyright (c) 2019-2023 Eigenmiao. All Rights Reserved.
Rickrack is a free software, which is distributed in the hope that it will be useful, but without any warranty. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. See the GNU General Public License 3.0 (GPLv3) for more details.
All images, documents and translations in Rickrack code repository are licensed under Creative Commons Attribution-NonCommercial-ShareAlike License 4.0 (CC BY-NC-SA 4.0) unless stating additionally.
Rickrack default uses Noto Sans font family for interface display. These fonts are open-sourced under SIL Open Font License 1.1. Rickrack only carries basic fonts. All fonts can be downloaded here: all fonts.
Package | License | Package | License |
---|---|---|---|
altgraph | MIT | pip | MIT |
fbs | GPLv3 or Later | PyInstaller | GPLv2 or Later |
future | MIT | PyQt5 | GPLv3 |
lxml | BSD | PyQt5_sip | SIP |
macholib | MIT | pywin32 | PSF |
numpy | BSD | pywin32-ctypes | BSD |
pefile | MIT | setuptools | MIT |
Pillow | HPND | swatch | MIT |
Welcome to participate in community discussions, report bugs and submit feature-requests. / 欢迎参与社区讨论、报告错误和提交功能请求。
- The installation package can be unzipped and run directly. This method does not require administrator privileges and can solve some installation failure problems.
- The socket server is designed for obtaining colors from the Rickrack software in real-time. By default, this server is disabled and can only be started from the command line.
- The software documentation is here: https://eigenmiao.com/2021/12/12/rickrack-tutorial-en-v2.3.4/ .
- The video tutorials are here: https://space.bilibili.com/390426743 .
- Rickrack is written in Python, constructed based on PyQt5 and packed up by fbs (free edition).
- The code repository of Rickrack is deposited on Github and Gitee.
- The localization (l10n) and internationalization (i18n) of Rickrack is based on Google Translate and Microsoft Translator, deployed on POEditor.
- Some icons come from the RemixIcon.
- Some demo images come from the Ghibli.
- Some cover images come from the Pixabay: Pixabay Image created by Martynaszulist, Pixabay Image created by Martynaszulist, Pixabay Image created by StockSnap.
Thanks to everyone who likes Rickrack. / 感谢所有喜欢焰火十二卷的人。
Thanks to all communities and websites that have provided valuable spaces for discussing and showcasing Rickrack. / 感谢所有为讨论和展示焰火十二卷提供了宝贵空间的社区和网站。
Thanks to the following websites for providing display spaces: / 感谢以下网站提供的展示空间:HelloGithub、Snapcraft、科技爱好者周刊(第 264 期)、小众软件、星火应用商店、AlternativeTo、discuss.pencil2d.org、discuss.pixls.us、krita-artists.org、Softpedia、少数派、OSChina、SourceForge、哔哩哔哩。