Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
added custom divider section
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Sep 25, 2018
1 parent 8ca79de commit 226a4b6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,17 @@ And if you want to you can check to make sure the library is working:
```
area4.area4info()
```

### Custom Dividers
In version 1.0.3, custom dividers were added. They can't be saved, but will stayed applied until the Python script ends.
They can be called/used/updated this way:
```
# Setting:
area4.custom_div = str("dividertexthere")
# Using:
area4.customdiv()
# or...
print(area4.custom_div)
```

0 comments on commit 226a4b6

Please sign in to comment.