Skip to main content

Interact with Sandboxie in Python

Project description

pysbie

Interact with Sandboxie in Python

Sandboxie fast start

from sandboxie import Sandboxie

sbie = Sandboxie(installation_dir='Your Sandboxie installation dir path')
sbie.create_sandbox('TestBox')
sbie.start('Path to the program to be launched', box='TestBox', wait=True)
sbie.delete_sandbox('TestBox')

SbieIni fast start

from sandboxie import SbieIni

sbieini = SbieIni(installation_dir='Your Sandboxie installation dir path')
print(sbieini.query(specify=True, boxes=True))
sbieini.set('DefaultBox', 'AutoRecover', 'n')
sbieini.insert('DefaultBox', 'RecoverFolder', r'C:\Downloads')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pysbie-1.0.0-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file pysbie-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: pysbie-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for pysbie-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 57086f7a16d739771ac0bda7989177b0632ac9cc7c7f8911e74ff910819dc5f3
MD5 6047f40ee845ad45b22dc7e3c8999a38
BLAKE2b-256 b2c03872c158d76276cfde5c1c447f6b5905d8342d1c9667a88ec50541bb4dbc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page