Skip to content

JonanOribe/pybatchofuscator

Repository files navigation

Python-Batch-Ofuscator

Obfuscate all your .py files in a folder using pyobfuscate with a simple command

🚧 Working enviroment: ⚠️WARNING: commands valid on Windows 11. Other operating systems may need to use other forms of installation⚠️

  • Install Python 3.10.9
  • Create with: py -m venv env
  • Activate on WINDOWS with: env\Scripts\activate
  • Activate on MAC with: source env/bin/activate
  • 📚 Libraries

  • Install libraries with: pip3 install -r requirements.txt
  • 🔎 Testing

  • Launch the test with pytest --environment dev -W ignore::DeprecationWarning
  • 🚀 Launch the project with:

  • py main.py **File's path**
  • About

    No description, website, or topics provided.

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published