File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
#-*- coding: utf-8 -*-
3
3
4
4
#########################################################
5
- # PYTHON CAMERA v8.3 SOFTWARE- GH0ST S0FTWARE #
5
+ # PYTHON CAMERA v8.3 SOFTWARE - GH0ST S0FTWARE #
6
6
#########################################################
7
7
# CONTACT #
8
8
#########################################################
23
23
\____/_/ |_/_/ /_/_____/_/ |_/_/ |_| |___/\____(_)____/
24
24
25
25
"""
26
+
26
27
print icon_txt
28
+
27
29
pygame .camera .init ()
28
30
kamera = pygame .camera .Camera (pygame .camera .list_cameras ()[0 ])
29
31
kamera .start ()
30
32
img = kamera .get_image ()
31
33
cm = "***************************************************************"
34
+
32
35
print cm
36
+
33
37
img_name = raw_input ("Enter a name : " )
34
38
pygame .image .save (img , img_name )
35
39
loading = "Photo saved... ( Loading... %100 )"
40
+
36
41
print loading
42
+
37
43
print cm
44
+
38
45
pygame .camera .quit ()
You can’t perform that action at this time.
0 commit comments