Skip to content

Copperhead is a python package which is designed to make constructing python TUI apps easier, and more readable.

Notifications You must be signed in to change notification settings

Copperhead-Software/CopperUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Copperhead is a python package which is designed to make constructing python TUI apps easier, and more readable.

Resources

Stars

Watchers

Forks

Languages

  • Python 97.3%
  • Shell 2.7%