The goal of this project is to provide an easy-to-use tool that extracts bookmarks from the Chrome bookmarks file and saves them in a user-specified format.
This tool is developed in Python and uses PowerShell to extract the bookmarks from the Chrome bookmarks file. It then provides the user with an option to choose the format in which they want to save the bookmarks - HTML, PDF, or TXT.
- Wrote a Python script to extract the bookmarks from the Chrome bookmarks file.
- Used PowerShell to parse the bookmarks and convert them into a human-readable format.
- Provided the user with an option to choose the format in which they want to save the bookmarks.
- Saved the bookmarks in the chosen format.
- Os
- Platform
- subprocess
- tkinter
-
As I chose HTML in input, the script generated an HTML file showing my bookmarks with css pre-defined.
_To use this tool, you must have python installed on your computer. You can download Python from the official website: Clickhere
-
Once you have Python installed, you can download the code for this tool and run it from the command line. Here are the steps:
-
- Clone or download the code for this tool.
-
- Open a command prompt or terminal window.
-
- Navigate to the directory where you downloaded the code.-
-
- Run the following command: python bookmark_tool.py
-
- The tool will prompt you to choose a format for saving the bookmarks. You can choose HTML, PDF, or TXT. Once you choose a format, the tool will extract the bookmarks from Google Chrome and save them in the specified format.
Made by Vaibhav. Connect with me on or .
Please take a loot at contributors.md file if you'd like to contribute
- If you like our project and want to support us, please consider starring our repository as a token of appreciation. Thank you!