Skip to content

Guzi219/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python: load image from webpage

==================

Python version


  • Best Python version for this program is 2.7.13

Installation


# On windows, install the "requests" module.
D:\Python27\Scripts>pip install requests
# install the "BeautifulSoup" module.
D:\Python27\Scripts>pip install BeautifulSoup

Usage


  • run the main program 'com.github.crawlspider.img-website.qiushimm.py', you will get images in the 'tmp' folder(the same directory as the project root(as default).
  • and also you can change the 'tmp' dir, edit the file mentioned above : self.store_dir = ur'F:\learning\python\Python\tmp'

Enjoy it.


About

new to Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages