Script to convert your Carnet notebook exports to google keep export shape.
Download or clone code.
After extracting code go to the directory and install requirements by this command:
pip install -r requirements.txt
- Convert Carnet .sqd files to html and json with same names. (untitled.sqd -> untitled.html & untitled.json)
- Move your Carnet files (html and json files) to /carnet directory.
- Put image files inside /data folder.
- Run the script
python script.py
Script will create new folder called '/keep' and zip the folder automatically. You can check files inside keep directory or directly upload zip to Zoho notebooks or similar apps.
Pull requests are welcome.