:laptop_computer: 上下文菜单 :laptop_computer: 一个Python库,用于创建和部署跨平台的本机上下文菜单。 快速开始 通过pip安装库: python -m pip install context_menu 创建并编译菜单: 您最多可以创建3行菜单: from context_menu import menus fc = menus . FastCommand ( 'Example Fast Command 1' , type = 'FILES' , command = 'echo Hello' ) fc . compile () 或者,您可以创建