encNotepad

encNotepad is a simple, secure text editor built with Python and Tkinter. It allows users to securely store their notes with encryption, using a password-based approach. It features a minimalist GUI and supports basic text editing and file operations.

encNotepad Screenshot

Features

Requirements

To run encNotepad, you need:

Installation

  • Clone this repository or download the ZIP file: git clone --recurse-submodules https://github.com/rethyxyz/encNotepad
  • Install the required Python packages:
  • pip install cryptography
  • Run the script:
  • python encNotepad.py

    Usage

    Upon launching encNotepad, you will be greeted with a text editor window. Here are some key functionalities:


    You can download encNotepad with the source code here.