Python是一種面向?qū)ο蟮慕忉屝?a target="_blank">編程語言,源代碼與解釋器CPython遵守GPL協(xié)議,Python語法簡潔清晰。
語法簡潔清晰,那么我們用少量的Python代碼能做哪些有趣的東西?溫馨提示:文末必看。
一、畫愛心表白
1、圖形都是由一系列的點(diǎn)(X,Y)構(gòu)成的曲線,由于X,Y滿足一定的關(guān)系,所以我們就可以建立模型,建立表達(dá)式expression,當(dāng)滿足時(shí),兩個(gè)for循環(huán)(for X in range;for Y in range)就會(huì)每行每列的打印。
2、Python代碼與注釋:
![image.png](https://upload-images.jianshu.io/upload_images/27351833-c9f8f9c66ca2e2b1.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
理清思路一行代碼實(shí)現(xiàn):
![image.png](https://upload-images.jianshu.io/upload_images/27351833-d2ed90c31278a505.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
看上去是三行,在IDE中寫作一行Python代碼即可實(shí)現(xiàn),如圖:
![image.png](https://upload-images.jianshu.io/upload_images/27351833-bb8d8dea9eadb243.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
此圖為靜態(tài)圖,效果并不如意,那么我們把它做成動(dòng)態(tài)圖并實(shí)現(xiàn)圖文表白如何?(可自行更改字母內(nèi)容)
![image.png](https://upload-images.jianshu.io/upload_images/27351833-4912e0abb9422fdf.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
更改后代碼如下:
![image.png](https://upload-images.jianshu.io/upload_images/27351833-c42bb8bcdda29787.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
**二、快遞查詢工具**
1、此Python小項(xiàng)目需要用到j(luò)son與requests兩個(gè)庫,還需調(diào)用API。
2、代碼注解:
![image.png](https://upload-images.jianshu.io/upload_images/27351833-988e88ca199718aa.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
3、查詢效果:
![image.png](https://upload-images.jianshu.io/upload_images/27351833-d35ef665ebc1cb9a.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
!
**三、Python爬蟲入門級別教程之圖片爬取**
1、很多因?yàn)榕d趣而學(xué)習(xí)Python的朋友大多是看到別人爬取視頻、圖片吧,我是以前看到別人爬取小電影,我才有動(dòng)力學(xué)的。
![image.png](https://upload-images.jianshu.io/upload_images/27351833-bba555c2560001a0.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
2、Python代碼:
![image.png](https://upload-images.jianshu.io/upload_images/27351833-49def0d0d91df69a.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
3、效果圖
![image.png](https://upload-images.jianshu.io/upload_images/27351833-c6b3199890eb3ec7.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
**四、佛祖鎮(zhèn)樓**
![image.png](https://upload-images.jianshu.io/upload_images/27351833-2ed2b0883a80736a.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
代碼有點(diǎn)那個(gè)......但是效果是出來了。同理,可畫其它的圖形,這個(gè)需要你自己的想象力。
**五、做動(dòng)畫手繪**
![image.png](https://upload-images.jianshu.io/upload_images/27351833-3dbd2124e7c65b72.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
示例:
源代碼:
![image.png](https://upload-images.jianshu.io/upload_images/27351833-6b751bc4740693e0.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
**六、(壓軸)連連看暴力輔助**
連連看我相信大家都有玩過,不多介紹。要完成它的輔助,首先我們能想到的有哪些?
圖像識(shí)別,鼠標(biāo)模擬。圖像識(shí)別可不一定要什么難度很高的算法。OpenCV這個(gè)神級框架,輕松幫我們搞定了,要善于利用工具。
由python win32的API就可以實(shí)現(xiàn)鼠標(biāo)模擬點(diǎn)擊。
想破解QQ的連連看,必須config.py里的配置改成QQ連連看對應(yīng)的配置,但配置是什么我不會(huì)說出來。假如你能夠靠自己做出來,偷著樂就好了,不要宣揚(yáng),假如說你一定要張牙舞爪的到處顯擺... 我的確也不會(huì)說啥,畢竟小編也正在這樣做。
源代碼:
![image.png](https://upload-images.jianshu.io/upload_images/27351833-28a16ebbed9c2654.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
審核編輯:符乾江
-
編程
+關(guān)注
關(guān)注
88文章
3634瀏覽量
93869 -
python
+關(guān)注
關(guān)注
56文章
4802瀏覽量
84888
發(fā)布評論請先 登錄
相關(guān)推薦
評論