Skip to content

Commit

Permalink
Adds Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroOne010101 committed Oct 1, 2022
1 parent d0480e3 commit 226a7b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ASCII-Framer
This program transforms string input from the commandline to include a nice ascii frame.
## Example
```
╔════╗
║Test║
╚════╝
```
## Usage
`echo "Test" | python .\ascii-framer.py`

0 comments on commit 226a7b8

Please sign in to comment.