Skip to content

artemiy-rodionov/python-history-articles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python history blog articles

This script take articles from the blog and generate pdf file.

You can download pdf with current articles from here

How to run it

  • Install Python 2.6.x or 2.7.x. Installation steps depends on your operating system.

  • Install Pip, the python package installer:

      easy_install pip
    

    For more information about pip refer to http://www.pip-installer.org/.

  • Install dependencies

      pip install -r requirements.txt
    
  • Run it

      python pyhistorypdf.py
    

Some html and code was taken from https://github.com/vrtx64/fav2pdf

About

Script to gather articles from python-history.blogspot blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages