Skip to main content

simple editor

Project description

je_editor


install

  • please check your tkinter version

    • make sure tkinter is version 8.5 or later
    # check tkinter version
    import tkinter
    tkinter._test()
    
  • on Windows not need install any package

    • if fail to start tkinter
      • python version 3.7 and later will include new tk
  • on macOS not need install any package

    • if fail to start tkinter
      • xcode-select --install
        • download python-tk
          • brew install python-tk
      • or download new python version, new python version include new Tcl/Tk
If you are using macOS 10.6 or later, 
the Apple-supplied Tcl/Tk 8.5 has serious bugs that can cause application crashes.
  • on linux ubuntu use
sudo sudo apt-get install python3-tk
  • on fedora use
sudo dnf python3-tk

CircleCI

Documentation Status


  • editor main window

Main window image


  • toolbar function
    • Run
      • Run program and get result
    • Run on shell
      • Run on command line and get result
    • Stop
      • Stop current running program
    • File
      • Save File
        • Save current edit file
      • Open File
        • Open file to edit
    • Text
      • Font
        • Choose editor font
      • Font Size
        • Choose font size
    • Encoding
      • Choose file encoding
    • Language
      • Java
        • need java on system path - default
      • Python3
        • need python3 on system path - default

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

je_editor-0.0.22.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

je_editor-0.0.22-py3-none-any.whl (31.0 kB view hashes)

Uploaded Python 3

Supported by

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