Skip to content

feat: Enable Linux Support (Scaffolding)#1

Open
Deeven-Seru wants to merge 1 commit into
mainfrom
feat/linux-support
Open

feat: Enable Linux Support (Scaffolding)#1
Deeven-Seru wants to merge 1 commit into
mainfrom
feat/linux-support

Conversation

@Deeven-Seru

Copy link
Copy Markdown
Owner

Description

Enables pyautogui on Linux by removing the sys_platform == 'win32' constraint in requirements.txt and updating import logic in controller.py.

Changes

  • requirements.txt: Allow pyautogui on all platforms.
  • controller.py: Import pyautogui globally (with try/except), separate from Windows-only pywinauto.

Impact

Allows ALIEN to perform basic mouse/keyboard actions on Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant