Skip to content

Commit

Permalink
Merge pull request #5 from ZeroOne010101/dev
Browse files Browse the repository at this point in the history
Adds Readme
  • Loading branch information
ZeroOne010101 authored Oct 1, 2022
2 parents d0480e3 + 226a7b8 commit f109a43
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 f109a43

Please sign in to comment.