Metadata-Version: 2.1
Name: CopperUI
Version: 3.5.2
Summary: a TUI helper package
Home-page: https://github.com/Copperhead-software/CopperUI/
Author: Morgan Metz
Author-email: mlmi4@k12albemarle.org
Project-URL: Bug Tracker, https://github.com/Copperhead-software/CopperUI/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.

## Why CopperUI?
CopperUI is a python package made for making simple applications and tools in the command line. 

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

## Contributing to the OS community

**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.

###### SnakeSkin:
a simple command line text editor by Morgandri1: [SnakeSkin](https://github.com/Morgandri1/SnakeSkin)
<br>[![img1.png](https://i.postimg.cc/v8qLgxJL/img1.png)](https://postimg.cc/5jzFDyN6)

## Features:

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 

## How to install? 

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.)
