You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-15Lines changed: 13 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# BeauPy
2
2
3
-
## :warning:__Beaupy is not accepting pull-requests at the moment as the code-base is getting migrated towards [`questo`](https://github.com/petereon/questo) shortly__.
spinner = Spinner(spinner_animation, "Getting attacked by an octopus...")
98
96
spinner.start()
99
-
97
+
100
98
time.sleep(2)
101
-
99
+
102
100
spinner.stop()
103
101
104
102
if'The One Ring'in items:
105
103
console.print("[green]You throw The One Ring to a lava from an eagle![/green]")
106
104
else:
107
105
console.print("[red]You forgot the ring and brought Middle-Earth to its knees![/red]")
108
-
console.print(f"And you brought {potato_count} taters!")
106
+
console.print(f"And you brought {potato_count} taters!")
109
107
```
110
108
111
109
For more information refer to [more examples](https://petereon.github.io/beaupy/examples/) or definitive, but much less exciting [API documentation](https://petereon.github.io/beaupy/api/)
0 commit comments