Metadata-Version: 2.1
Name: CopperUI
Version: 2.7.0
Summary: a TUI helper package
Home-page: https://github.com/Morgandri1/Project-Copperhead
Author: Morgan Metz
Author-email: mlmi4@k12albemarle.org
Project-URL: Bug Tracker, https://github.com/Morgandri1/Project-Copperhead/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# Project CopperHead
CopperUI is a python package, which is designed to fix my personal grievances. it changes syntax to be easier to read, and makes TUI applications easier to write.

<h1>Why Copperhead?</h1>
Copperhead is a python package made for making beautiful applications and tools in the command line. 

<h1>how does it work?</h1>
Copperhead uses shortcuts to change syntax, but comes with extra packages that I find absolutley necessary for most projects.

<h1>Features:</h1>

copperhead makes it easier to make TUI applications, starting with personalization. **all** textual functions include both a color, and text option. this lets you change the color to match everything. 

<h1>how to install?</h1>

``pip install CopperUI``
