Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Matthias1590/ConsoleDraw
/ functions
Functions
12 in github.com/Matthias1590/ConsoleDraw
⨍
Functions
12
◇
Types & classes
3
↓ 2 callers
Method
update
Prints the console's buffer to the actual console.
consoledraw/console.py:67
↓ 1 callers
Method
__generate_grid
Generates the grid for the console.
consoledraw/console.py:27
↓ 1 callers
Method
clear
Clears the console's buffer.
consoledraw/console.py:61
↓ 1 callers
Method
print
Prints to the console (behaves like Python's built-in print function).
consoledraw/console.py:53
↓ 1 callers
Function
readme
()
setup.py:4
Method
__enter__
(self, *args, **kwargs)
consoledraw/console.py:21
Method
__exit__
(self, *args, **kwargs)
consoledraw/console.py:24
Method
__init__
(self, hide_cursor: bool = True, clear_screen: bool = True)
consoledraw/console.py:11
Function
clear_screen
()
consoledraw/utils.py:18
Function
set_cursor_position
(x: int, y: int)
consoledraw/utils.py:21
Function
set_cursor_visibility
(visible: bool)
consoledraw/utils.py:12
Method
write
Writes to the console (use Console.print if you want this to behave like Python's built-in print function).
consoledraw/console.py:48