Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.
Victor de Melo edited this page Jan 23, 2022 · 1 revision
  • I said in the audio that notepad++ works with windows and mac, but I recently found out it ONLY works on Windows

Steps for notepad++ w/ python

  • Download python for windows (3.6.3)
  • Copy File location
  • Download Notepad++
  • Plugins\Plugins admin
  • Search "NppExec" and install plugin
  • Restart Notepad ++
  • Plugins\ NppExec \ Execute
  • Write the location of Python (C:\Users(Your User)\AppData\Local\Programs\Python\Python38-32\python.exe "$(FILE_NAME)")
  • Save as "Run Python"
  • Plugins \ NppExec \ Advanced options
  • Check "place to the Macros submenu"
  • Click associated script and choose "Run Python"
  • Click add
  • Restart Notepad++
  • Macro \ Run with python
Clone this wiki locally