Advertisement
here2share

# Tk_15days_800X1280_link_automator.py

Feb 23rd, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 7.17 KB | None | 0 0
  1. # Tk_15days_800X1280_link_automator.py
  2.  
  3. try:
  4.     # Python2
  5.     from Tkinter import *
  6.     from urllib2 import urlopen
  7. except ImportError:
  8.     # Python3
  9.     from tkinter import *
  10.     from urllib.request import urlopen
  11. import webbrowser
  12. import time
  13. from datetime import datetime, timedelta
  14. import tempfile
  15. srcfilename=tempfile.mktemp(".html", "demo_")
  16.  
  17. web="""<!DOCTYPE html><b>@"""
  18.  
  19. root=Tk()
  20. root.geometry('270x24+0+0')
  21. root.title('15 Days')
  22.  
  23.  
  24. qqq='inurl:mypornstarbook.net'
  25.  
  26. large=1
  27. lrg='&biw=1347&bih=614&source=lnt&tbs=isz%3Al'
  28.  
  29. hh='https://www.google.ca/search?q='
  30.  
  31. hh_2='&biw=1353&bih=614&source=lnt&tbs=isz%3Aex%2Ciszw%3A'
  32. zmin='%2Ccdr%3A1%2Ccd_min%3A'
  33. zmax='%2Ccd_max%3A'
  34.  
  35. ### MM-DD-YYYY
  36. ### datetime(YYYY, MM, DD)
  37.  
  38. fff=",itp:face&tbm=isch&source=lnt&sa=X&dpr=1"
  39. ff2="&biw=1353&bih=613&source=lnt&tbs=isz%3Aex%2Ciszw%3A"
  40. fmin="%2Citp%3Aface%2Ccdr%3A1%2Ccd_min%3A"
  41. face=0
  42. Zmonth=1 ### 1 is the minimal
  43.  
  44. w='800'
  45. h='1280'
  46.  
  47. def url_text():
  48.     global qqq
  49.     def d(dd):
  50.         tmp='%02d-%02d-%02d' %(mm,dd,yy)
  51.         return tmp.replace('-','%2F')
  52.     def oFace():
  53.         return hh+qqq+ff2+w+"%2Ciszh%3A"+h+fmin+vmin+"%2Ccd_max%3A"+vmax+fff
  54.     def oLarge():
  55.         return hh+qqq+lrg+zmin+vmin+zmax+vmax+"&tbm=isch"
  56.     #qqq=root.clipboard_get()
  57.     qqq=qqq.replace(' ','+')
  58.     td=datetime.now()
  59.     links=[]
  60.     line=qqq+'<br><br>'
  61.     M=td.month+1
  62.     Y=td.year
  63.     while 1:
  64.         M=M-Zmonth
  65.         if M is 0: M=12; Y=Y-1
  66.         mm=M
  67.         yy=Y
  68.         vmin=d(1)
  69.         vmax=d(15)
  70.         tmp=hh+qqq+hh_2+w+"%2Ciszh%3A"+h+zmin+vmin+zmax+vmax+"&tbm=isch"
  71.         if face: tmp=oFace()
  72.         elif large: tmp=oLarge()
  73.         tmp="<a href='"+tmp+"'>%02d-%02d</a>&nbsp;&nbsp;" %(mm,yy)
  74.         tx=datetime(yy,mm,1)-timedelta(days=32)
  75.         tx=datetime(tx.year,tx.month,1)-timedelta(days=1)
  76.         mm=tx.month
  77.         yy=tx.year
  78.         dd=tx.day
  79.         vmin=d(16)
  80.         vmax=d(dd)
  81.         ttt="<a href='"+hh+qqq+hh_2+w+"%2Ciszh%3A"+h+zmin+vmin+zmax+vmax+"&tbm=isch'>#####</a>"
  82.         if face: ttt="<a href='"+oFace()+"'>#####</a>"
  83.         elif large: ttt="<a href='"+oLarge()+"'>#####</a>"
  84.         line+=tmp+ttt
  85.         if line.count('#####') > 10:
  86.             links.append(line); line=''
  87.         else: line+='&nbsp;&nbsp;&nbsp;&nbsp;'
  88.         if len(links) > 10: break
  89.  
  90.     links='<br><br>'.join(links)
  91.     temp=open(srcfilename, 'w')
  92.     temp.write(web.replace('@',links))
  93.     temp.close()
  94.     webbrowser.open_new_tab(srcfilename)
  95. #
  96.  
  97. btn=Button(root,text="Show List",width=8,command=url_text)
  98. btn.pack(side=LEFT)
  99.  
  100. root.mainloop()
  101.  
  102. '''
  103. 1200x800
  104. 1280x854
  105. 1280x853
  106. 853x1280
  107. 800x1200
  108. 736x1104
  109. 852x1280
  110. 797x1200
  111. 854x1280
  112. 1600x1067
  113. 1920x1280
  114. 851x1280
  115. 801x1200
  116. 799x1200
  117. 768x1024
  118. 1600x1066
  119. 850x1280
  120. 800x1199
  121. 798x1200
  122. 1500x1000
  123. 849x1280
  124. 750x1125
  125. 800x1201
  126. 856x1280
  127. 736x1103
  128. 960x1280
  129. 1620x1080
  130. 736x1105
  131. 733x1100
  132. 900x1200
  133. 855x1280
  134. 1920x1080
  135. 683x1024
  136. 1919x1280
  137. 1920x1200
  138. 1200x801
  139. 1728x1152
  140. 1280x1280
  141. 800x1204
  142. 1280x800
  143. 780x1170
  144. 1400x934
  145. 800x1203
  146. 857x1280
  147. 736x1106
  148. 1600x1200
  149. 1600x1063
  150. 803x1200
  151. 802x1200
  152. 848x1280
  153. 736x1108
  154. 736x1102
  155. 1706x1280
  156. 750x1126
  157. 600x900
  158. 850x1275
  159. 750x1129
  160. 800x1205
  161. 800x1202
  162. 1600x1065
  163. 768x1152
  164. 720x1280
  165. 829x1244
  166. 667x1000
  167. 2048x1280
  168. 1800x1200
  169. 784x1176
  170. 793x1200
  171. 1280x850
  172. 1200x900
  173. 564x846
  174. 1400x933
  175. 1024x1280
  176. 801x1201
  177. 800x1192
  178. 795x1200
  179. 750x1124
  180. 1600x1068
  181. 1199x800
  182. 732x1100
  183. 1680x1050
  184. 1280x1024
  185. 800x1067
  186. 682x1024
  187. 680x1024
  188. 1700x1133
  189. 869x1280
  190. 755x1133
  191. 1918x1280
  192. 1600x900
  193. 1024x1024
  194. 785x1200
  195. 533x800
  196. 959x1280
  197. 740x1110
  198. 666x1000
  199. 1600x1064
  200. 1280x852
  201. 800x1198
  202. 1927x1280
  203. 863x1280
  204. 825x1100
  205. 681x1024
  206. 1280x960
  207. 858x1280
  208. 839x1280
  209. 717x1100
  210. 1300x867
  211. 1244x829
  212. 1000x1000
  213. 800x1195
  214. 783x1175
  215. 804x1200
  216. 750x1122
  217. 847x1280
  218. 796x1200
  219. 769x1200
  220. 736x1177
  221. 736x1101
  222. 672x1024
  223. 900x900
  224. 859x1280
  225. 844x1280
  226. 806x1200
  227. 791x1200
  228. 782x1200
  229. 736x1099
  230. 1923x1280
  231. 1600x1000
  232. 961x1280
  233. 884x1280
  234. 882x1280
  235. 865x1280
  236. 1350x900
  237. 864x1280
  238. 833x1280
  239. 787x1200
  240. 781x1200
  241. 736x1107
  242. 1500x998
  243. 1280x851
  244. 957x1280
  245. 890x1280
  246. 868x1280
  247. 846x1280
  248. 842x1280
  249. 800x1000
  250. 790x1200
  251. 786x1200
  252. 780x1200
  253. 760x1140
  254. 750x1123
  255. 740x1120
  256. 640x960
  257. 531x800
  258. 1800x1201
  259. 1756x1280
  260. 896x1280
  261. 850x1274
  262. 837x1280
  263. 801x1202
  264. 736x1110
  265. 720x1080
  266. 1100x825
  267. 905x1280
  268. 893x1280
  269. 880x1280
  270. 860x1280
  271. 840x1280
  272. 836x1280
  273. 832x1280
  274. 810x1260
  275. 805x1200
  276. 800x1220
  277. 772x1158
  278. 765x1200
  279. 736x1144
  280. 736x1100
  281. 730x1095
  282. 1924x1280
  283. 1500x999
  284. 1425x950
  285. 1200x1200
  286. 1080x1080
  287. 984x1280
  288. 952x1280
  289. 929x1280
  290. 867x1280
  291. 845x1280
  292. 841x1280
  293. 800x1190
  294. 799x1204
  295. 788x1200
  296. 684x1024
  297. 620x930
  298. 600x800
  299. 564x845
  300. 534x800
  301. 1900x1268
  302. 1900x1266
  303. 1700x1134
  304. 1536x1024
  305. 1202x800
  306. 1200x803
  307. 913x1280
  308. 899x1200
  309. 895x1280
  310. 883x1280
  311. 872x1280
  312. 870x1280
  313. 800x1066
  314. 799x1199
  315. 796x1194
  316. 793x1190
  317. 789x1200
  318. 784x1200
  319. 783x1200
  320. 780x1172
  321. 779x1200
  322. 773x1200
  323. 769x1024
  324. 750x1151
  325. 736x1109
  326. 736x1075
  327. 734x1100
  328. 728x1092
  329. 719x1280
  330. 678x1024
  331. 674x1024
  332. 611x917
  333. 1609x1072
  334. 1500x1001
  335. 1440x900
  336. 1280x858
  337. 1280x857
  338. 1200x960
  339. 1100x880
  340. 1011x1280
  341. 955x1280
  342. 954x1280
  343. 953x1280
  344. 948x1280
  345. 915x1280
  346. 908x1280
  347. 902x1280
  348. 885x1280
  349. 881x1280
  350. 875x1280
  351. 866x1280
  352. 854x1279
  353. 849x1274
  354. 843x1280
  355. 835x1280
  356. 834x1280
  357. 831x1280
  358. 825x1200
  359. 811x1231
  360. 810x1200
  361. 800x1230
  362. 800x1228
  363. 800x1210
  364. 800x1040
  365. 799x1164
  366. 792x1200
  367. 784x1177
  368. 780x1169
  369. 774x1200
  370. 747x1120
  371. 736x1226
  372. 736x1137
  373. 736x1111
  374. 736x1096
  375. 736x1089
  376. 685x1024
  377. 675x1024
  378. 671x1024
  379. 669x1024
  380. 666x1024
  381. 599x900
  382. 586x1280
  383. 530x800
  384. 1900x1267
  385. 1601x1067
  386. 1331x887
  387. 1280x880
  388. 1280x848
  389. 958x1280
  390. 944x1280
  391. 939x1280
  392. 936x1280
  393. 923x1280
  394. 917x1280
  395. 910x1280
  396. 906x1280
  397. 902x1200
  398. 896x1200
  399. 892x1280
  400. 887x1280
  401. 879x1280
  402. 1067x1600
  403. 1280x1920
  404. 1000x1500
  405. 1066x1600
  406. 900x1350
  407. 2000x1333
  408. 2000x3000
  409. 1152x1728
  410. 1200x1800
  411. 1333x2000
  412. 1024x1536
  413. 960x1440
  414. 1663x2495
  415. 1065x1600
  416. 1000x1499
  417. 934x1400
  418. 1063x1600
  419. 933x1400
  420. 2000x1328
  421. 3000x2000
  422. 866x1300
  423. 867x1300
  424. 1334x2000
  425. 1024x1535
  426. 736x1605
  427. 2000x1334
  428. 2000x1331
  429. 1064x1600
  430. 887x1331
  431. 880x1320
  432. 1200x1600
  433. 1024x1538
  434. 1024x1537
  435. 1335x2000
  436. 1331x2000
  437. 1133x1700
  438. 1278x1920
  439. 2495x1663
  440. 1365x2048
  441. 1120x1500
  442. 1068x1600
  443. 900x1351
  444. 3000x2001
  445. 2560x1600
  446. 1328x2000
  447. 960x1439
  448. 1000x1333
  449. 2000x1330
  450. 1663x2494
  451. 885x1331
  452. 1067x1601
  453. 860x1290
  454. 3744x5616
  455. 900x1349
  456. 900x1347
  457. 792x1728
  458. 2000x1329
  459. 1664x2500
  460. 1071x1606
  461. 999x1500
  462. 1950x1300
  463. 1300x1950
  464. 1001x1500
  465. 960x1445
  466. 960x1442
  467. 2667x4000
  468. 1280x1919
  469. 1152x1729
  470. 980x1307
  471. 933x1399
  472. 870x1300
  473. 853x1330
  474. 3328x4992
  475. 2028x3028
  476. 996x1500
  477. 960x1441
  478. 931x1400
  479. 866x1299
  480. 3000x4500
  481. 3000x1999
  482. 1800x2650
  483. 1100x1600
  484. 1024x1534
  485. 1024x1365
  486. 998x1500
  487. 899x1350
  488. 898x1350
  489. 863x1296
  490. 736x1309
  491. 4000x2667
  492. 3003x4500
  493. 1600x2400
  494. 1306x1958
  495. 1280x1918
  496. 1100x1700
  497. 1023x1536
  498. 1002x1500
  499. 999x1498
  500. 960x1444
  501. 932x1400
  502. 853x1284
  503. 3456x5184
  504. 2912x4368
  505. 2048x1365
  506. 1663x2491
  507. 1600x1600
  508. 1336x2000
  509. 1120x1679
  510. 1024x1539
  511. 1000x1501
  512. 861x1284
  513. 2494x1663
  514. 2400x3600
  515. 2016x3024
  516. 2001x3000
  517. 1667x2500
  518. 1663x2492
  519. 1500x2000
  520. 1267x1900
  521. 1072x1609
  522. 1071x1600
  523. 1066x1599
  524. 1062x1600
  525. 1024x1540
  526. 1000x1504
  527. 950x1425
  528. 925x1400
  529. 920x1379
  530. 900x1355
  531. 899x1348
  532. 896x1344
  533. 863x1300
  534. 736x1308
  535. 2883x4324
  536. 2832x4256
  537. 2500x1660
  538. 2002x3000
  539. 2000x1500
  540. 1944x1296
  541. 1728x2592
  542. 1680x1343
  543. 1275x1920
  544. 1152x1721
  545. 1080x1349
  546. 1072x1600
  547. 1070x1600
  548. 1034x1600
  549. 1024x1531
  550. 991x1488
  551. 960x1437
  552. 936x1404
  553. 935x1400
  554. 930x1395
  555. 929x1395
  556. 900x1344
  557. 897x1350
  558. 887x1330
  559. 864x1300
  560. 736x1288
  561. 2560x1707
  562. 2400x1600
  563. 2048x3072
  564. 2012x3012
  565. 2000x1339
  566. 2000x1335
  567. 1999x1333
  568. 1663x2500
  569. 1663x2499
  570. 1575x2362
  571. 1536x2048
  572. 1339x2000
  573. 1280x1916
  574. 1280x1707
  575. 1277x1920
  576. 1200x1804
  577. 1170x1757
  578. 1152x1730
  579. 1080x1620
  580. 1020x1536
  581. '''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement