This script parses the notes backup file of the "Fast Notepad" Android app to extract all the notes and saves them as '.txt' files.
Link to the app
https://play.google.com/store/apps/details?id=net.fast_notepad_notes_app.fastnotepad
I used the app and wanted to export the notes, so I created this script.
- Python 3.x
- Tested on Windows
- Run the script using Python and choose the notes backup file. The results will be saved to the backup file directory.
- Get a notes backup file (App settings → Export notes → Save notes to file) and save it to your computer.
- Make sure Python is installed (there are plenty of guides on how to install it).
- Download the '.py' and '.bat' files from this repository and save them in the same directory.
- Run the '.bat' file.
- In the dialog, choose the notes backup file.