Rickrack Save

Generate harmonious colors freely.

Project README
Rickrack

Rickrack
焰火十二卷
----- ----- ----- ----- ----- ----- ----- -----
Generate Harmonious Colors Freely.
自由自在生成和谐色彩。

[:globe_with_meridians: English] | [:globe_with_meridians: 中文] | [:globe_with_meridians: Esperanto] | [:globe_with_meridians: Русский] | [:globe_with_meridians: 日本語] | [:globe_with_meridians: Français] | [:globe_with_meridians: Deutsch] | [:globe_with_meridians: Español]

Rickrack

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.

:rocket: v2.9.10 Update Notes

:house: Rickrack

焰火十二卷

在数字创意的时代,调色板成为了设计师不可或缺的工具。一个好的调色板可以让设计更加有吸引力和协调性。如果你正在寻找一款优秀的调色板软件,那就试试焰火十二卷吧!焰火十二卷具有多种配色功能,适用于多种场景。焰火十二卷简单易上手,更重要的是,它完全免费,无需联网或注册。

焰火十二卷(实时色彩工具箱)是一款免费且实用的色彩编辑器。它可以帮助你从色轮或者其他地方生成一组和谐的色彩。你可以将这些色彩分享给其他人,或者应用到你自己的创作当中。此外,你也可以将色彩组或者色库导出为单独的色彩文档并导入其他软件中(如 Adobe Photoshop、GIMP、Krita、Pencil 2D 以及优动漫 Paint 等)。焰火十二卷可以在 Windows、Linux、macOS 等操作系统上正常运行。

:rocket: v2.9.10 更新说明

:house: 焰火十二卷

Table of Content

Features

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!

Demo

Basic Functions

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.

Reference Colors

Add reference colors in the color wheel. Add reference colors from the image. (Image inside: Copyright (c) 2001 Studio Ghibli, Non-Commercial Usage)

Color Palettes

Convert: gradient palette ↔ fixed palette. Convert: gradient palette ↔ reference palette.
Fixed palette: Chinese Traditional Colors. Fixed palette: Nippon Traditional Colors.

Languages and Settings

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.

Information

Website

https://eigenmiao.com/rickrack

Repository

https://github.com/eigenmiao/Rickrack

Author

Eigenmiao

Installation

Current Release

The latest preview version is v2.9.10.

Install Software

Recommend: Install on Windows 10 or 11 via WinGet tool

winget install rickrack

Recommend: Install on Linux via Snapcraft tool

snap install rickrack

Install on other platforms

Download Software from Github or Sourceforge. The installation steps are presented in tutorials.

Here is a video tutorial.

Install Module

Install the latest Rickrack from PyPI!

# Install Rickrack.
pip install Rickrack

# Start the installed software.
rickrack -d "/PATH/TO/RICKRACK/SOFTWARE"

Usage

How to Use the 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.

How to Use the Module

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)

Development

Install Requirement

  • Python 3.6
  • Git version control system
  • Additional modules listed in the requirements folder

How to Build the Software

# 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 .

How to Build the Module

# 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

Copyright (c) 2019-2023 Eigenmiao. All Rights Reserved.

License

License for Rickrack

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.

License for Required Packages

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

Contributing

Welcome to participate in community discussions, report bugs and submit feature-requests. / 欢迎参与社区讨论、报告错误和提交功能请求。

More Information

Acknowledgment

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: / 感谢以下网站提供的展示空间:HelloGithubSnapcraft科技爱好者周刊(第 264 期)小众软件星火应用商店AlternativeTodiscuss.pencil2d.orgdiscuss.pixls.uskrita-artists.orgSoftpedia少数派OSChinaSourceForge哔哩哔哩

Open Source Agenda is not affiliated with "Rickrack" Project. README Source: eigenmiao/Rickrack