Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.47 KB

File metadata and controls

31 lines (20 loc) · 1.47 KB

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, or Copperhead Software on twitter, making an issue, or creating a discussion on github.

SnakeSkin:

a simple command line text editor by Morgandri1: SnakeSkin
img1.png

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:
pip install CopperUI

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