/rootstacks

Root BlueStacks

Primary LanguagePythonMIT LicenseMIT

Root BlueStacks

pip install rootstacks

from rootstacks import root_bluestacks

root_bluestacks(make_read_only=False)  # if make_read_only is True, BlueStacks can't change the config file anymore

or from the command line

python -c "from rootstacks import root_bluestacks;root_bluestacks(make_read_only=False)"