Metadata-Version: 2.4
Name: random_color_hex
Version: 1.0
Summary: Generate random CSS-style hex colors
Home-page: https://github.com/BobSanders64/RandomColorHex
Author: Nathan Honn
Author-email: randomhexman@gmail.com
License: Unlicense
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13.2
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# random_color_hex
Generate random CSS-style hex colors like #RRGGBB.

Usage:
import random_color_hex as RCH
print(RCH.main())
