Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX ScreenShot feature added #324

Closed
wants to merge 8 commits into from
Closed

Conversation

bhaveshAn
Copy link
Contributor

No description provided.

@bhaveshAn
Copy link
Contributor Author

Tested and working fine, not having dependencies either. Running using screencapture utility, which is a pre-installed one. Kindly merge this.
test

@kiok46
Copy link
Contributor

kiok46 commented Apr 6, 2017

@bhaveshAn thanks for contributing, please add screenshotdemo.kv file or load kivy string using Builder.load_string()in the example.
Thanks

@@ -8,7 +8,7 @@
'compass', 'email', 'filechooser', 'flash', 'gps', 'gravity',
'gyroscope', 'irblaster', 'light', 'orientation', 'notification',
'proximity', 'sms', 'tts', 'uniqueid', 'vibrator', 'wifi',
'temperature')
'temperature', 'screenshot')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

screenshot will come between 'proximity' and 'sms'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@phunsukwangdu why, since temperature has been added after wifi.

@@ -10,7 +10,7 @@
'Compass', 'Email', 'FileChooser', 'GPS', 'Gravity', 'Gyroscope',
'IrBlaster', 'Light', 'Orientation', 'Notification', 'Proximity',
'Sms', 'TTS', 'UniqueID', 'Vibrator', 'Wifi', 'Flash',
'Temperature')
'Temperature', 'ScreenShot')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@phunsukwangdu I think it is not much necessary.

@bhaveshAn
Copy link
Contributor Author

@KeyWeeUsr Please review this PR. Changed the take_shot() method to take().

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

Successfully merging this pull request may close these issues.

4 participants