Subset of Pybattle that uses the Frame classes so you can create smooth ascii boxes.
╭───────────┬───────┬────────╮
│ │ │ │
├───────╮ │ ╔═════╧═╗ │
│ │ └─╢ ║ │
│ │ ║ ║ │
├───────╯ ╚═══════╝ │
│ ╓───────┒ │
│ ║ ┃ │
│ ║ ┏━━━━┻━━━━━┓ │
│ ╙──┨ ┃ │
│ ┃ abcdef ┃ │
│ ┃ ghij ┃ │
│ ┃ ┃ │
╰──────────────┺━━━━━━━━━━┹──╯
╭───────╮
│ │
│ │
╰───────╯
┌───────┐
│ │
│ │
└───────┘
╔═══════╗
║ ║
║ ║
╚═══════╝
┏━━━━━━━━━━┓
┃ ┃
┃ abcdef ┃
┃ ghij ┃
┃ ┃
┗━━━━━━━━━━┛
╓───────┒
║ ┃
║ ┃
╙───────┚
Includes support for colors!
Coming Soon:
- Vector2D for operations between positions on placing frames
- More Ascii tools