Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 80ad075

Browse files
committed
Initial commit.
0 parents  commit 80ad075

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Python cache and object files
2+
__pycache__/
3+
*.py[cod]
4+
5+
# Sphinx documentation
6+
doc/_build
7+
8+
# PyCharm project
9+
/.idea/workspace.xml

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# pyTerminalUI
2+
3+
A set of helpers to implement a text user interface (TUI) in a terminal.
4+
5+
6+
## Contributors:
7+
8+
* [Patrick Lehmann](https://github.com/Paebbels) (Maintainer)
9+

requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)