Typt is a secure raw text editor that save text encrypted with the symetrical algorithm AES-256-CBC. You can open multiple files at the same tab, in multiple tabs. Drag and drop a file in the editor open it in a new tab.
To run the python script, you need to have :
Else you should be able to run the software by downloading the build version for your OS (Linux or Windows, compiled with pyinstaller or auto-py-to-exe) in releases.
You can download directly the source code, or the last release, as you prefer. If you don't want to download Python3 and PyQt5, you can download the last release zip file that contain a build version for your OS (Windows or Linux).
Download or clone the repository :
git clone https://github.com/lasercata/Typt.git
Make the launchers executable :
cd Typt
chmod +x *.py
Go to releases, and download the zip file for your OS. Then unzip it.
In the main directory, run ./Typt_gui.py
to run the python script. Else you can run ./Typt_gui
for Linux build, or Typt_gui.exe
for Windows build.
To open file from command line, run ./Typt_gui.py [files...]
. For command line help, type ./Typt_gui.py -h
. Show version : ./Typt_gui.py -v
.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details