Skip to content

lasercata/Typt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typt - Type and encrypt

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.

Requirements

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.

Installing

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).

Source code

Download or clone the repository :

git clone https://github.com/lasercata/Typt.git

Make the launchers executable :

cd Typt
chmod +x *.py

Release

Go to releases, and download the zip file for your OS. Then unzip it.

Running

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.

Authors

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details