Skip to content

mattgantner/FastNotepadNotesExport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FastNotepadNotesExport

Description

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.

Requirements

  • Python 3.x
  • Tested on Windows

Usage

  1. Run the script using Python and choose the notes backup file. The results will be saved to the backup file directory.

Detailed Usage

  1. Get a notes backup file (App settings → Export notes → Save notes to file) and save it to your computer.
  2. Make sure Python is installed (there are plenty of guides on how to install it).
  3. Download the '.py' and '.bat' files from this repository and save them in the same directory.
  4. Run the '.bat' file.
  5. In the dialog, choose the notes backup file.

About

export the notes from the Android application Fast Notepad by Simple Apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.6%
  • Batchfile 0.4%