Metadata-Version: 2.1
Name: CopperUI
Version: 3.2.1
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

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

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

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

<h1>Contributing to the OS community</h1>

**all** projects that use project copperhead features (for now just copperUI) will be featured on this repo. you can be featured by @ing [Morgandri1](https://twitter.com/Morgandri1dev), or [Copperhead Software](https://twitter.com/CopperSoftware) on twitter, making an issue, or creating a discussion on github.

<h1>Features:</h1>

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

CopperApp is a wrapper to help make organizing your apps more easily 

<h1>How to install?</h1>

Through pip:
    <br>``pip install CopperUI``

[LEGACY] Manual build:
    <br>    run setup.py
    <br>    add copperhead.py to root directory of project. (or wherever you want it.)
