mirror of
https://github.com/Akascape/Datamosher-Pro.git
synced 2025-12-05 15:59:59 +01:00
Update ReadmeforPython.txt
This commit is contained in:
@@ -2,7 +2,18 @@
|
||||
This version is comparitively lower in size and works the same inside python environment.
|
||||
Things to setup before running the python file:
|
||||
1) First setup ffglitch if you are using this repo only. (See readme.txt inside ffglitch folder to download ffglitch)
|
||||
NOte: No need to do the ffglitch setup if you downloaded the release python version as all the versions are pre-provided there
|
||||
Note: No need to do the ffglitch setup if you downloaded the release python version as all the versions are pre-provided there
|
||||
2) After doing that, run the datamosher-pro.py file and click yes if module error pops up and let the modules get downloaded.
|
||||
Do not delete or move any assets or folder that are linked with the main file or else it will show error.
|
||||
After the setup the application will open and you can try datamosh.
|
||||
If it doesn't work then install the modules manually-
|
||||
Modules you need to install:
|
||||
-- tkinter
|
||||
If not installed then use-
|
||||
(pip install tk) or (sudo apt-get install python3-tk)
|
||||
-- numpy
|
||||
(pip install numpy)
|
||||
-- imageio
|
||||
(pip install imageio)
|
||||
-- imageio-ffmpeg
|
||||
(pip install imageio-ffmpeg)
|
||||
3) Do not delete or move any assets or folder that are linked with the main file or else it will show error.
|
||||
After the setup the application will open and you can try datamoshing.
|
||||
|
||||
Reference in New Issue
Block a user