Source code from my LinkedIn article (written in Polish).
- Clone repository:
$ git clone https://github.com/milosz08/image-encryption-lorenz-attractor
- Create and activate virtual environment:
$ python -m venv .venv
$ source .venv/Scripts/activate
- Install dependencies:
$ (.venv) pip install -r requirements.txt
Created by Miłosz Gilga. If you have any questions about this source code, send message: miloszgilga@gmail.com.