Projects STRLCPY hiphp Files
🤬
..
src Loading last commit info...
CHANGELOG
README.md
main.py
requirements-dst.txt
usage.txt
version.txt
README.md

Run Hiphp-desktop:

# Dwonload:
❯ git clone https://github.com/yasserbdj96/hiphp.git
❯ cd hiphp

# install requirements:
❯ pip install -r requirements.txt
❯ pip install -r hiphp-desktop/requirements-dst.txt
❯ pip install -r requirements-linux.txt #for linux os.
❯ pip install -r requirements-win.txt #for windows os.
# OR
❯ bash install_all_requirements_linux.sh #for linux os.
# OR
❯ install_all_requirements_win.bat #for windows os.

# run with hiphp-desktop tool:
❯ cd hiphp-desktop
❯ python3 main.py

# Run with Makefile:
❯ make run arg="dst" url="<URL>" key="<KEY>"

# For Linux:
❯ bash run-hiphp-desktop.sh

# For Windows:
# Do not forget to modify the "config.ini" file or use the following command:
# > python -c "import sys; open('config.ini','w+').write('python_default_path='+sys.executable)"
# OR Run 'configure-config-file-for-windows.py'.
❯ run-hiphp-desktop.bat

# OR if you installed it on Ubuntu:
❯ hiphp --dst

Screenshots:


Changelog History:

Click to See changelog History
## 0.2.2 [18-11-2022][Last Version]
 - Bug fixes & performance improvements.
Please wait...
Page is in error, reload to recover