File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+ # -*- coding: utf-8 -*-
3
+
4
+ import webbrowser
5
+
6
+ star = '*********************************************************************'
7
+
8
+ webbrowser_ico = """
9
+ #########################################################
10
+ # Web Browser Coach - GH0ST S0FTWARE #
11
+ #########################################################
12
+ # CONTACT #
13
+ #########################################################
14
+ # DEVELOPER : İSMAİL TAŞDELEN #
15
+ # Mail Address : [email protected] #
16
+ # LINKEDIN : https://www.linkedin.com/in/ismailtasdelen #
17
+ # Whatsapp : + 90 534 295 94 31 #
18
+ #########################################################
19
+ """
20
+
21
+ print webbrowser_ico
22
+
23
+ print star
24
+
25
+ site = raw_input ('WEP SITE ADRESI : ' )
26
+
27
+ webbrowser .open ('http://' + site )
28
+
29
+ print star
You can’t perform that action at this time.
0 commit comments