Skip to content

2. How to set Pengcrypt up?

Pengu edited this page Dec 4, 2024 · 6 revisions

2. How to set Pengcrypt up?

Setting Pencrypt up is super easy and uncomplicated, you just download the sources.zip from our GitHub page and extract it in your preferred directory. Then you only have to start it via the python interpreter, but for that you surely need the python interpreter, on Linux it usually is already is installed, but on Windows you have to get the Python 3.12 from the Microsoft Store. Then you can start the program like this:

On Linux

Get into the folder of the program:

cd ~/path/to/your/pencrypt.py/

Starting the pencrypt.py:

python3 pencrypt.py

On Windows

Get into the folder of the program:

Direct into the folder of the pencrypt.py via files

Starting the pencrypt.py:

Open the pencrypt.py file with Python 3.12

Clone this wiki locally