Skip to content

Latest commit

 

History

History
62 lines (29 loc) · 2.6 KB

README.md

File metadata and controls

62 lines (29 loc) · 2.6 KB

Cheese-Scripting +

INSTALL HERE: v1.0.2 - Latest

More Installation Options:

Source Code

image

Advanced source code application for making coding easy for windows.

Cheese Scripting Plus uses python to run in .exe form, and has a variety of tools to make your life easier!

Cheese Scripting Plus used customtkinter for the GUI - Special thanks to Tom Schimansky.

Customtkinter

How can I use CustomTkinter? In python terminal write: pip install customtkinter

It is recommended to use the Installer for this application.

Check out the OG Cheese Scripting: Cheese Scripting

image

image

Warning!

If you have scanned this file with Virus Total, you may have seen this: (Pyinstaller False Positives)

image

These are false positives, the python file (soure code here: Source Code ) is safe but was converted to exe with pyinstaller for simplicity of installation. You can still run the installer.py and be fine. Reasons that these false positives show up can be:

  • How PyInstaller packages the code. When PyInstaller packages the code it can sometimes obfuscate it, leading to false positives.
  • Many Python-based viruses use pyinstaller to format into exe. Virus total now gives false positives to normal scripts because they use a similar exe build.
  • Video Example: It is also shown here: Pyinstaller False Positives

image

You can see the source code here is entirely safe:

image