MCPcopy Create free account

hub / github.com/WintrCat/autoshorts / functions

Functions14 in github.com/WintrCat/autoshorts

↓ 5 callersFunctiondraw_board
( fen: str, flipped: bool = False, highlighted_move: str = None, animated: bool = False, b
src/lib/python/chess/board.py:54
↓ 4 callersFunctionget_coordinates
(square: str, flipped: bool = False, board_width: int = 1080)
src/lib/python/chess/board.py:46
↓ 2 callersFunctiondraw_move_with_preview
( fen: str, flipped: bool = False, highlighted_move: str = None, brilliancy: bool = False,
src/lib/python/chess/board.py:196
↓ 1 callersFunctioncreateSocketServer
(httpServer: HTTPServer)
src/socket.ts:12
↓ 1 callersFunctionget_move_audio
(move_san: str)
src/lib/python/chess/board.py:236
↓ 1 callersFunctionget_square
(x: int, y: int, flipped: bool = False)
src/lib/python/chess/board.py:39
↓ 1 callersFunctionproducePuzzleShort
( output: string, socket: Socket, pgn: string )
src/lib/videos/puzzle.ts:12
↓ 1 callersFunctionproduceShort
( type: ShortType, // The type of short to be produced socket: Socket, // The websocket client to send
src/socket.ts:34
↓ 1 callersFunctionproduceTriviaShort
(output: string, socket: Socket)
src/lib/videos/trivia.ts:14
↓ 1 callersFunctionproduce_short
( questions: list[Question], background: str, music: str, font: str, output: str )
src/lib/python/trivia.py:26
↓ 1 callersFunctionproduce_short
( output: str, game_pgn: str, background: str, font: str, music: str, music_drop_time:
src/lib/python/chess/puzzle.py:34
↓ 1 callersFunctionslide_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
FunctionrenderVideo
( type: ShortType, // The type of short to render options: VOpts, // The options to pass to Python
src/lib/video.ts:7