8 lines
288 B
Python
8 lines
288 B
Python
![]() |
import rich
|
||
|
|
||
|
rich.print("\n\t[blue]Welcome to Wutta Framework[/blue]")
|
||
|
rich.print("\n\tThis tool will generate initial project code for a new web app.")
|
||
|
rich.print("\n\tYou will be asked questions about yourself (the author), and")
|
||
|
rich.print("\tthe project naming and license.")
|
||
|
print()
|