Skip to content

Commit fa1a81e

Browse files
author
İSMAİL TAŞDELEN
committed
master
1 parent 69f2de6 commit fa1a81e

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

run.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env python
2+
# -*- coding:utf-8 -*-
3+
4+
import os
5+
6+
## Running
7+
os.system("python source/camera-v8.3.py")

camera-v8.3.py renamed to source/camera-v8.3.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
camerasoftware_ico = """
88
_________ __ _____________ ___ ____ _____
99
/ ____/ | / |/ / ____/ __ \/ | _ __( __ ) |__ /
10-
/ / / /| | / /|_/ / __/ / /_/ / /| | | | / / __ | /_ <
11-
/ /___/ ___ |/ / / / /___/ _, _/ ___ | | |/ / /_/ / ___/ /
12-
\____/_/ |_/_/ /_/_____/_/ |_/_/ |_| |___/\____(_)____/
10+
/ / / /| | / /|_/ / __/ / /_/ / /| | | | / / __ | /_ <
11+
/ /___/ ___ |/ / / / /___/ _, _/ ___ | | |/ / /_/ / ___/ /
12+
\____/_/ |_/_/ /_/_____/_/ |_/_/ |_| |___/\____(_)____/
1313
1414
#########################################################
1515
# PYTHON CAMERA v8.3 SOFTWARE - GH0ST S0FTWARE #
16-
#########################################################
16+
#########################################################
1717
# CONTACT #
1818
#########################################################
19-
# DEVELOPER : İSMAİL TAŞDELEN #
19+
# DEVELOPER : İSMAİL TAŞDELEN #
2020
# GMAIL : pentestdatabase@gmail.com #
2121
# Linkedin : https://www.linkedin.com/in/ismailtasdelen #
2222
# Whatsapp : + 90 534 295 94 31 #
23-
#########################################################
23+
#########################################################
2424
"""
2525

2626
print camerasoftware_ico

0 commit comments

Comments
 (0)