materialyoucolor-python
Material You color generation algorithms in python.
파일 탐색기
최종 버전 다운로드 (.zip)- cibuildwheel.yml
- __init__.py
- blend.py
- __init__.py
- contrast.py
- __init__.py
- dislike_analyzer.py
- __init__.py
- color_spec.py
- color_spec_2021.py
- color_spec_2025.py
- contrast_curve.py
- dynamic_color.py
- dynamic_scheme.py
- material_dynamic_colors.py
- tone_delta_pair.py
- variant.py
- __init__.py
- cam16.py
- hct.py
- hct_solver.py
- viewing_conditions.py
- __init__.py
- core_palette.py
- core_palettes.py
- tonal_palette.py
- __init__.py
- celebi.cc
- celebi.h
- lab.cc
- lab.h
- stb_image.h
- utils.cc
- utils.h
- wsmeans.cc
- wsmeans.h
- wu.cc
- wu.h
- __init__.py
- scheme.py
- scheme_android.py
- scheme_content.py
- scheme_expressive.py
- scheme_fidelity.py
- scheme_fruit_salad.py
- scheme_monochrome.py
- scheme_neutral.py
- scheme_rainbow.py
- scheme_tonal_spot.py
- scheme_vibrant.py
- __init__.py
- score.py
- __init__.py
- temperature_cache.py
- __init__.py
- color_utils.py
- image_utils.py
- math_utils.py
- platform_utils.py
- theme_utils.py
- __init__.py
- test_all.py
- .gitignore
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
- requirements-dev.txt
- requirements.txt
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/T-Dynamos/materialyoucolor-python
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd materialyoucolor-python
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip3 install materialyoucolor --upgrade
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip3 install https://github.com/T-Dynamos/materialyoucolor-python/archive/master.zip
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip3 install materialyoucolor --upgrade
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip3 install https://github.com/T-Dynamos/materialyoucolor-python/archive/master.zip
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
