Skip to content

Commit 7fa145d

Browse files
committed
-update
1 parent 3b628f5 commit 7fa145d

File tree

4 files changed

+142
-35
lines changed

4 files changed

+142
-35
lines changed

backup.py

+8-5
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,15 @@ def move_folder(filename, name_dir, folder):
5555
makedirs(name_dir + ':\\' + folder)
5656
move(filename, name_dir + ":\\" + folder + '\\')
5757

58-
create_directory("test")
59-
rename_directory("test","backup")
60-
create_directory("test")
61-
# delete_directory("backup")
58+
6259
backup_files('D', 'backup_project')
63-
move_folder(pardir+'\\'+'test.txt', 'D', 'name')
60+
61+
# create_directory("test")
62+
# rename_directory("test", "backup")
63+
# create_directory("test")
64+
# # delete_directory("backup")
65+
# backup_files('D', 'backup_project')
66+
# move_folder(pardir+'\\'+'test.txt', 'D', 'name')
6467
"""
6568
For test purpose:
6669
1. create_directory("test")

index.html

+97-30
Original file line numberDiff line numberDiff line change
@@ -45,35 +45,102 @@
4545
</head>
4646
<body>
4747
<!-- start of freefind search box html -->
48-
<table cellpadding=0 cellspacing=0 border=0 >
49-
<tr>
50-
<td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;">
51-
<center><table width="90%" cellpadding=0 cellspacing=0 border=0 style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;">
52-
<tr>
53-
<td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;" align=left ><a href="https://search.freefind.com/siteindex.html?si=25743138">index</a></td>
54-
<td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;" align=center><a href="https://search.freefind.com/find.html?si=25743138&amp;m=0&amp;p=0">sitemap</a></td>
55-
<td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;" align=right><a href="https://search.freefind.com/find.html?si=25743138&amp;pid=a">advanced</a></td>
56-
</tr>
57-
</table></center>
58-
<form style="margin:0px; margin-top:4px;" action="https://search.freefind.com/find.html" method="get" accept-charset="utf-8" target="_self">
59-
<input type="hidden" name="si" value="25743138">
60-
<input type="hidden" name="pid" value="r">
61-
<input type="hidden" name="n" value="0">
62-
<input type="hidden" name="_charset_" value="">
63-
<input type="hidden" name="bcd" value="&#247;">
64-
<input type="text" name="query" size="15">
65-
<input type="submit" value="search">
66-
</form>
67-
</td>
68-
</tr>
69-
<tr>
70-
<td style="text-align:center; font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; padding-top:4px;">
71-
<a style="text-decoration:none; color:gray;" href="https://www.freefind.com" rel="nofollow">search engine</a><a style="text-decoration:none; color:gray;" href="https://www.freefind.com" rel="nofollow" > by
72-
<span style="color: #606060;">freefind</span></a>
73-
</td>
74-
</tr>
75-
</table>
76-
<!-- end of freefind search box html -->
48+
<table cellpadding="0" cellspacing="0" border="0">
49+
<tr>
50+
<td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt">
51+
<center>
52+
<table
53+
width="90%"
54+
cellpadding="0"
55+
cellspacing="0"
56+
border="0"
57+
style="
58+
font-family: Arial, Helvetica, sans-serif;
59+
font-size: 7.5pt;
60+
"
61+
>
62+
<tr>
63+
<td
64+
style="
65+
font-family: Arial, Helvetica, sans-serif;
66+
font-size: 7.5pt;
67+
"
68+
align="left"
69+
>
70+
<a
71+
href="https://search.freefind.com/siteindex.html?si=25743138"
72+
>index</a
73+
>
74+
</td>
75+
<td
76+
style="
77+
font-family: Arial, Helvetica, sans-serif;
78+
font-size: 7.5pt;
79+
"
80+
align="center"
81+
>
82+
<a
83+
href="https://search.freefind.com/find.html?si=25743138&amp;m=0&amp;p=0"
84+
>sitemap</a
85+
>
86+
</td>
87+
<td
88+
style="
89+
font-family: Arial, Helvetica, sans-serif;
90+
font-size: 7.5pt;
91+
"
92+
align="right"
93+
>
94+
<a
95+
href="https://search.freefind.com/find.html?si=25743138&amp;pid=a"
96+
>advanced</a
97+
>
98+
</td>
99+
</tr>
100+
</table>
101+
</center>
102+
<form
103+
style="margin: 0px; margin-top: 4px"
104+
action="https://search.freefind.com/find.html"
105+
method="get"
106+
accept-charset="utf-8"
107+
target="_self"
108+
>
109+
<input type="hidden" name="si" value="25743138" />
110+
<input type="hidden" name="pid" value="r" />
111+
<input type="hidden" name="n" value="0" />
112+
<input type="hidden" name="_charset_" value="" />
113+
<input type="hidden" name="bcd" value="&#247;" />
114+
<input type="text" name="query" size="15" />
115+
<input type="submit" value="search" />
116+
</form>
117+
</td>
118+
</tr>
119+
<tr>
120+
<td
121+
style="
122+
text-align: center;
123+
font-family: Arial, Helvetica, sans-serif;
124+
font-size: 7.5pt;
125+
padding-top: 4px;
126+
"
127+
>
128+
<a
129+
style="text-decoration: none; color: gray"
130+
href="https://www.freefind.com"
131+
rel="nofollow"
132+
>search engine</a
133+
><a
134+
style="text-decoration: none; color: gray"
135+
href="https://www.freefind.com"
136+
rel="nofollow"
137+
>
138+
by <span style="color: #606060">freefind</span></a
139+
>
140+
</td>
141+
</tr>
142+
</table>
143+
<!-- end of freefind search box html -->
77144

78145
<ul>
79146
<li><a href="./directory.html"> ./directory.html &nbsp;</a></li>
@@ -10117,4 +10184,4 @@
1011710184
</ul>
1011810185
</body>
1011910186
</html>
10120-
SAVE TO CACHER
10187+
SAVE TO CACHER

package-lock.json

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "python_prac",
3+
"version": "1.0.0",
4+
"description": "Python is a very popular coding language. Little people use it for serious projects, but it is still useful to learn. It was created in 1991 by `Guido van Rossum`. Look at a few uses of python:",
5+
"main": "index.js",
6+
"dependencies": {
7+
"prettier": "^2.3.1"
8+
},
9+
"devDependencies": {},
10+
"scripts": {
11+
"test": "echo \"Error: no test specified\" && exit 1",
12+
"pretty": "prettier --write \"./**/*.{js,jsx,py,md,html,css}\""
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/bgoonz/PYTHON_PRAC.git"
17+
},
18+
"author": "",
19+
"license": "ISC",
20+
"bugs": {
21+
"url": "https://github.com/bgoonz/PYTHON_PRAC/issues"
22+
},
23+
"homepage": "https://github.com/bgoonz/PYTHON_PRAC#readme"
24+
}

0 commit comments

Comments
 (0)