rect = pygame.Rect(25, 25, 100, 50) sub = screen.subsurface(rect) pygame.image.save(sub, "screenshot.jpg") #The saved portion of the screen will be the rect portion