MCPcopy Create free account

hub / github.com/FatihMakes/Mark-XLVIII / functions

Functions663 in github.com/FatihMakes/Mark-XLVIII

Function_launch_linux
(app_name: str)
actions/open_app.py:171
Function_launch_macos
(app_name: str)
actions/open_app.py:119
Function_launch_windows
(app_name: str)
actions/open_app.py:80
Method_lbl
(txt, font_size=9, bold=False, color=C.PRI, align=Qt.AlignmentFlag.AlignCenter)
ui.py:951
Method_lbl
(txt, fs=9, bold=False, color=C.PRI, align=Qt.AlignmentFlag.AlignCenter)
ui.py:1084
Method_loop
(self)
ui.py:139
Method_make_remote_key
Called from Qt main thread when user presses Remote Control.
main.py:546
Method_on_cam_frame
(self, data: bytes)
ui.py:1452
Method_on_cam_stream
(self, start: bool)
ui.py:1445
Method_on_file_selected
(self, path: str)
ui.py:2244
Method_on_phone_connected
(self)
main.py:1150
Method_on_setup_done
(self, key: str, os_name: str)
ui.py:2361
Method_on_text_command
(self, text: str)
main.py:559
Method_open_remote
(self)
ui.py:2265
Function_process_archive
(path: Path, action: str, params: dict, speak=None)
actions/file_processor.py:713
Function_process_code
(path: Path, action: str, params: dict, speak=None)
actions/file_processor.py:455
Function_process_image
(path: Path, action: str, params: dict, speak=None)
actions/file_processor.py:83
Function_process_pdf
(path: Path, action: str, params: dict, speak=None)
actions/file_processor.py:175
Function_process_pptx
(path: Path, action: str, params: dict, speak=None)
actions/file_processor.py:745
Function_process_video
(path: Path, action: str, params: dict, speak=None)
actions/file_processor.py:584
Method_refresh_key
(self)
ui.py:1251
Method_render
(sz: int)
ui.py:1531
Method_run_event_loop
(self)
actions/screen_processor.py:248
Method_run_loop
(self)
actions/browser_control.py:376
Method_safe_filename
(raw: str)
dashboard/server.py:637
Method_sec
(txt)
ui.py:1981
Method_send
(self)
ui.py:2328
Function_send_discord
(receiver: str, message: str)
actions/send_message.py:162
Function_send_instagram
(receiver: str, message: str)
actions/send_message.py:166
Function_send_messenger
(receiver: str, message: str)
actions/send_message.py:194
Function_send_signal
(receiver: str, message: str)
actions/send_message.py:158
Function_send_telegram
(receiver: str, message: str)
actions/send_message.py:155
Function_send_whatsapp
(receiver: str, message: str)
actions/send_message.py:152
Method_show_camera_frame
Slot — display camera preview overlay (main thread).
ui.py:1432
Method_show_content
Slot — runs on Qt main thread. Updates and shows the content panel.
ui.py:2211
Method_shutdown
()
main.py:791
Method_step
(self)
ui.py:296
Method_step
(self)
ui.py:619
Method_submit
(self)
ui.py:1046
Method_synth
()
core/tts.py:324
Method_toggle_fullscreen
(self)
ui.py:1771
Function_try_ddg
()
actions/web_search.py:199
Function_try_gemini
()
actions/web_search.py:192
Function_user_agent
()
actions/browser_control.py:40
Method_val
(k: str)
main.py:1018
Function_watch_and_shutdown
(steam_path: Path, speak=None, check_interval: int = 30, timeout_hours: int = 12)
actions/game_updater.py:637
Methodauto_login
QR code target — validates one-time key, creates session, redirects phone.
dashboard/server.py:503
Functionb2
(t,e)
dashboard/static/crypto-js.min.js:1
Functionbrightness_down
()
actions/computer_settings.py:146
Functionbrightness_up
()
actions/computer_settings.py:117
Functioncall_llm
Non-streaming chat request. Routes to Ollama or OpenAI-compatible backend. Returns: {"content": str, "tool_calls": list}
core/llm_client.py:229
Functioncall_llm_stream
Streaming chat request. Routes to Ollama or OpenAI-compatible backend. Yields: {"type": "sentence", "text": str} — each complete
core/llm_client.py:488
Functioncall_llm_text
Simple text-only generation (no tools). Used by planner, executor, error_handler, code_helper, dev_agent.
core/llm_client.py:331
Methodcallback
(indata, frames, time_info, status)
main.py:823
Methodcheck
(self)
actions/system_monitor.py:154
Functioncheck_model_available
Returns True if the configured model is already pulled in Ollama. Logs an actionable warning (to console + optional UI callback) if not.
core/llm_client.py:187
Functionclose_app
()
actions/computer_settings.py:175
Methodclose_browser
(self)
actions/browser_control.py:733
Functionclose_tab
()
actions/computer_settings.py:257
Functionclose_window
()
actions/computer_settings.py:179
Methodcommand
(req: Request)
dashboard/server.py:581
Functionconfig_exists
()
memory/config_manager.py:17
Functioncopy
()
actions/computer_settings.py:318
Functioncreate_tts_player
(config: dict)
core/tts.py:429
Methodcurrent_file
(self)
ui.py:731
Methodcurrent_file
(self)
ui.py:2401
Functioncut
()
actions/computer_settings.py:326
Functiondark_mode
()
actions/computer_settings.py:429
Methoddevice_login_ep
Return a fresh auth token for a previously paired device token.
dashboard/server.py:550
Methoddownload_file
(filename: str, token: str = "")
dashboard/server.py:712
MethoddragEnterEvent
(self, e: QDragEnterEvent)
ui.py:704
MethoddragLeaveEvent
(self, e)
ui.py:709
MethoddropEvent
(self, e: QDropEvent)
ui.py:712
MethodenterEvent
(self, e)
ui.py:725
Functionfind_on_page
()
actions/computer_settings.py:293
Functionfocus_search
()
actions/computer_settings.py:247
Functionforget
(key: str, category: str = "notes")
memory/memory_manager.py:204
Functionfull_screen
()
actions/computer_settings.py:183
Functionget_system_status
Snapshot of current system metrics for the system_status tool.
actions/system_monitor.py:113
Functiongo_back
()
actions/computer_settings.py:273
Functiongo_forward
()
actions/computer_settings.py:277
Methodindex
()
dashboard/server.py:472
Functioninstall_for_config
Install all missing packages required by *config*. Blocking — always call from a background thread. Progress is reported via the optiona
core/installer.py:87
Methodinterrupt
Stop JARVIS mid-speech: drain queued audio and open mic immediately.
main.py:578
Functionis_configured
()
memory/config_manager.py:49
Methodis_playing
(self)
core/tts.py:395
Methodis_ready
(self)
actions/screen_processor.py:245
MethodleaveEvent
(self, e)
ui.py:728
Methodlist_files
(req: Request)
dashboard/server.py:696
Functionlock_screen
()
actions/computer_settings.py:375
Methodlogin
(req: Request)
dashboard/server.py:482
Methodlogin_page
()
dashboard/server.py:468
Functionmaximize_window
()
actions/computer_settings.py:191
Functionminimize_window
()
actions/computer_settings.py:187
MethodmousePressEvent
(self, e)
ui.py:721
MethodmousePressEvent
(self, e)
ui.py:853
Methodmuted
(self)
ui.py:2392
Functionnew_tab
()
actions/computer_settings.py:261
Functionnext_tab
()
actions/computer_settings.py:265
Methodnotify_phone_connected
(self)
ui.py:2261
← previousnext →501–600 of 663, ranked by callers