Skip to content

Commit

Permalink
Merge pull request #177 from sepandhaghighi/minor_edits
Browse files Browse the repository at this point in the history
Minor edits
  • Loading branch information
sadrasabouri committed Sep 3, 2021
2 parents ba26f90 + 9fb8938 commit 1693570
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Changed
- `greetings.yml` removed.
- `test.py` modified.
- `test.py` modified
### Removed
- `greetings.yml`
## [5.3] - 2021-08-30
### Added
- 10 new font
Expand All @@ -25,6 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `fantasy` font renamed to `fantasy1`
- `upside_down` font renamed to `upside_down1`
- `sep` parameter added to `text2art`, `tprint`, `tsave` and `set_default` functions
- Default line separator changed from `\r\n` to `\n`
- `__word2art` function modified
- Escaped `\ ` in string literals
## [5.2] - 2021-05-05
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ ___ ____ ____ ___
>>> help(set_default)
Help on function set_default in module art.art:

set_default(font='standard', chr_ignore=True, filename='art', print_status=True, overwrite=False, decoration=None)
set_default(font='standard', chr_ignore=True, filename='art', print_status=True, overwrite=False, decoration=None, sep='\n')
Change text2art, tprint and tsave default values.

:param font: input font
Expand All @@ -662,6 +662,8 @@ set_default(font='standard', chr_ignore=True, filename='art', print_status=True,
:type overwrite:bool
:param decoration: input decoration
:type decoration:str
:param sep: line separator char
:type sep: str
:return: None

>>> tprint("test")
Expand Down

0 comments on commit 1693570

Please sign in to comment.