The place where all current/future Scares Scrambler stuff will happen (at least, in it's current form).
Current Version: v1.22
Romanian Translation by TheTechnoGuy18
Currently Planned Features: A bunch, but Scare'm not writing them right now.
Go to the releases tab to download Scares Scrambler for you're comptuer Now!
Look at the very first of the commits in this repo.
All previously private testing versions and older releases were uploaded as commits.
- Python >=3.5
- Tkinter (comes with all prebuilt versions of Python)
- Pyinstaller (optional, for building)
- 7-Zip or p7zip (optional, for building)
- GNU make (optional, for building on Linux)
- Pillow (required on MacOS)
# Install Pyinstaller (not system dependent):
pip3 install pyinstaller
# Install Pillow (required to run on MacOS):
pip3 install Pillow
# Install p7zip (Ubuntu, Debian, Linux Mint):
sudo apt-get update
sudo apt-get install p7zip-full p7zip-rar
# Install p7zip (Arch, Manjaro, Artix Linux):
sudo pacman -Sy p7zip
python3 Scrambler.py
Open the console of your choice, and navigate to where you have extracted a source .zip file or whereever you have cloned the repository.
Running make
will create a Release.zip
file that contains
a binary and Assets
.
Using GNU make is a bit harder on Windows, so Scott've included
a build.cmd
file.
Install 7-Zip and add it to the PATH
:
- Press Windows+R, type
sysdm.cpl
, and press enter. - Click on the
Advanced
tab. - Click on the
Environment Variables...
button. - Add or edit the
PATH
variable for your user (under "User variables") to includeC:\Program Files\7-Zip
orC:\Program Files (x86)\7-Zip
.
(this only has to be done once per system.)
Double-clicking build.cmd
will now create a Release.zip
file that contains a binary and Assets
.
I will return to this project eventually I promise :))) -Scares, Nov 7, 2021