Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffeliger authored Mar 3, 2023
1 parent 012cb14 commit 02b9363
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ print(table.build()) # Table#Build() will return the table as a string
Here you go ;)
<hr>

#### Define a new Design
Simple as before, change the design of the table with this here:
```py
table.set_theme('|', '-', '+') # Horizontal, Vertical and last one is the dot between
```
This will display a table with the normal design
<hr>

#### Define new Header
It is possible to define a new header with following code snippet:
```py
Expand Down

0 comments on commit 02b9363

Please sign in to comment.