/Cipher

A Text Editor made using PyQt6

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Cipher

Releases

A text editor written using PyQt6 and QScintilla.

image

Features

  • Multiple Folders
  • Folder/File Hiding
  • Search
  • Send Notifications
  • Custom Extensions
  • Custom styling

Installation

Linux

  • Download the tar.gz
  • Extract the contents
  • Run Cipher

Windows (MSI)

  • Download the msi
  • Run the msi
  • Run Cipher.exe

Windows (Zip)

  • Download the zip
  • Unzip the file
  • Run Cipher.exe

Pip

  • Clone the Repo
  • Run python -m pip install .
  • Run pythonw -m cipher

Note: No Mac Support