Skip to content

Commit

Permalink
Create multicoloredline.py
Browse files Browse the repository at this point in the history
added a new script
  • Loading branch information
quantum-quirks authored Nov 12, 2022
1 parent 2e744fd commit 4cfd7c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Colors/multicoloredline.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## This script prints a multicolored line
# quo can be installed using pip

from quo.console import Console

console = Console()

console.rule(multiclored=true)

0 comments on commit 4cfd7c4

Please sign in to comment.