Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 601 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 601 Bytes

Base64 Encoder-Decrypter

This project was made for the Programming Laboratory class

Setup

  1. Download Python (https://www.python.org/ftp/python/3.11.4/python-3.11.4-amd64.exe);

  2. Install Python (Make sure you tick Add python.exe to PATH and in the end select Disable path lenght limit);

  3. Open the folder and execute the INSTALL.bat file so it will create a venv and install all dependencies;

  4. Right click on the start.bat file and send it to Desktop as to create a shortcut or you can execute it straight from the .bat file;

  5. Execute the shortcut and your program will run.