Skip to content

jimmymnt/device-capture-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueStacks Screen Capture Tool

A Python application to capture screenshots from BlueStacks Android emulator devices.

Prerequisites

  1. Python 3.8 or higher
  2. BlueStacks installed and running
  3. ADB (Android Debug Bridge) installed and added to system PATH

Installation

  1. Clone this repository
  2. Install the required dependencies:
pip install -r requirements.txt

Setup ADB

  1. Make sure BlueStacks is running
  2. Open BlueStacks settings
  3. Go to Advanced settings
  4. Enable Android Debug Bridge (ADB)
  5. Note the ADB port (usually 5555)

Usage

  1. Run the application:
python main.py
  1. The application will show a list of connected BlueStacks instances
  2. Select a device from the dropdown menu
  3. Click "Capture Screen" to take a screenshot
  4. Use "Save Screenshot" to save the captured image

Features

  • Select from multiple BlueStacks instances
  • Real-time screen capture
  • Preview captured screenshots
  • Save screenshots with timestamp
  • Refresh device list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages