caiolaytynher / yaml-to-color-object

An app that reads yaml files in a specific structure to transform them in color schemes custom python objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yaml to color object

This is a project created with make my life easier in mind. The base purpose is to convert a yaml file into a specific python object that I've created called ColorScheme. It consists of a dataclass composed of more 3 dataclasses, which are called Primary, Normal and Bright. This is made to represent the basic color scheme pattern that most applications use.

About

An app that reads yaml files in a specific structure to transform them in color schemes custom python objects.

License:MIT License


Languages

Language:Python 100.0%