Skip to content

tpka/py-chrome-bookmark-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

html to csv

A simple python script to convert from Google Chrome bookmark(html) output to csv
放送大学「プログラミングの学び方と教え方」の提出課題の一部

Requirements:

  • python 3.x
  • python package
    • requests
    • bs4

Usage:

  • Place the bookmark file, .html to this directory
  • Update input_file/output_file value in bookmarks_to_csv.py file
  • Run python3 bookmarks_to_csv.py
  • .csv file will be generated to this directory

About

A simple python script to convert from Google Chrome bookmark(html) output to csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages