Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WintrCat/autoshorts
/ functions
Functions
14 in github.com/WintrCat/autoshorts
⨍
Functions
14
◇
Types & classes
9
↓ 5 callers
Function
draw_board
( fen: str, flipped: bool = False, highlighted_move: str = None, animated: bool = False, b
src/lib/python/chess/board.py:54
↓ 4 callers
Function
get_coordinates
(square: str, flipped: bool = False, board_width: int = 1080)
src/lib/python/chess/board.py:46
↓ 2 callers
Function
draw_move_with_preview
( fen: str, flipped: bool = False, highlighted_move: str = None, brilliancy: bool = False,
src/lib/python/chess/board.py:196
↓ 1 callers
Function
createSocketServer
(httpServer: HTTPServer)
src/socket.ts:12
↓ 1 callers
Function
get_move_audio
(move_san: str)
src/lib/python/chess/board.py:236
↓ 1 callers
Function
get_square
(x: int, y: int, flipped: bool = False)
src/lib/python/chess/board.py:39
↓ 1 callers
Function
producePuzzleShort
( output: string, socket: Socket, pgn: string )
src/lib/videos/puzzle.ts:12
↓ 1 callers
Function
produceShort
( type: ShortType, // The type of short to be produced socket: Socket, // The websocket client to send
src/socket.ts:34
↓ 1 callers
Function
produceTriviaShort
(output: string, socket: Socket)
src/lib/videos/trivia.ts:14
↓ 1 callers
Function
produce_short
( questions: list[Question], background: str, music: str, font: str, output: str )
src/lib/python/trivia.py:26
↓ 1 callers
Function
produce_short
( output: str, game_pgn: str, background: str, font: str, music: str, music_drop_time:
src/lib/python/chess/puzzle.py:34
↓ 1 callers
Function
slide_to_position
( start: tuple[int, int], end: tuple[int, int], duration: int )
src/lib/python/chess/board.py:28
Method
__init__
(self)
src/lib/python/trivia.py:22
Function
renderVideo
( type: ShortType, // The type of short to render options: VOpts, // The options to pass to Python
src/lib/video.ts:7