Skip to content

This is a script to convert a Google Keep notes archive generated by google's takeout function to Another Notes App compatible format

License

Notifications You must be signed in to change notification settings

SilentShadow928/GKeepToAnotherNotesApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

GKeepToAnotherNotesApp

This is a script to convert a Google Keep notes archive generated by google's takeout function to Another Notes App compatible format
You can find Another Notes App here: https://github.com/maltaisn/another-notes-app

In my search of a replacement for google Keep I found Another Notes App, which has backup and restore features. I modified a script to convert google keep backups to Another Notes App backups.

I only tested it with text notes and do not know how it will interpret checklists, drawings, voice recordings etc. If it errors out try to move the file it was on to a different directory, rerun the script, and then manually add the note in the app.

Licensed under GPL3

Steps to use :

  • export your google keep notes with takeout
    
  • unzip the downloaded archive
    
  • cd to the Keep folder
    
  • download GKeepToNotes.py to the folder you are in
    
  • from this folder run
    
  • python3 GKeepToNotes.py *.json
    
  • import ./res/notes_converted.json (I used adb to transfer the file) in notes and hope it works
    

About

This is a script to convert a Google Keep notes archive generated by google's takeout function to Another Notes App compatible format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%