Commit Graph

7 Commits

Author SHA1 Message Date
dessant c35fcca00f examples: save camera image with file extension 2017-02-24 10:01:24 +02:00
Yash Jain 63eefb7ea5 picture saving added to camera example (#4842)
* camera click_pic added

* date formate corrected

* function name changed

* func name changed

* pep8 fixes

* pep8 fix
2016-12-31 02:35:15 +02:00
Saqib Azim 5913d861f4 Fix for pep8 errors (#4815)
* Fix pep8 errors

* Fix pep8 errors

* Fixing pep8 errors

* fixing pep8 errors

* E731 pep8 fixes resolved for some files

* fix for E741 and E305 for some files

* pep8 fixes
2016-12-17 09:50:52 +02:00
Meet Udeshi efac1d7ac1 Remove pep8 E265 from all files
block comment should start with '# '
sed rocks!
2016-12-14 21:18:55 +05:30
Charles Merriam 02c30a4e9f Fix examples/ PEP8 errors. Mostly white space.
This fixes a large number of white space errors in the examples/
directory.
When I upgraded Makefile to check the 'make style' on the examples
directory,
the output was hundreds of lines long.   Currently, the output is
managable
and consists solely of "lines too long", as kv lines cannot be split.
This
commit touches an obscene number of files in trivial ways.
2015-02-01 17:09:20 -08:00
Charles Merriam 792e5d4d2f Add documentation to examples/camera/main.py 2015-01-30 09:45:57 -08:00
Mathieu Virbel 8e4c326570 examples: add a camera example (easy for testing the camera widget) 2014-02-27 18:17:04 +01:00