Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

weditor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weditor

tool for writing atx script

  • 0.7.3
  • PyPI
  • Socket score

Maintainers
1

Because it is difficult to reconstruct this project, I wrote a new one. Visit https://appinspector.devsleep.com/ and have a try

WEditor

image image image

中文文档

This project is subproject for smart phone test framework openatx for easily use web browser to edit UI scripts.

Screenshot

screenshot

Installation

Dependencies

Only tested in Google Chrome, IE seems not working well.

pip3 install -U weditor

For developers

git clone https://github.com/openatx/weditor
pip3 install -e weditor

Usage

Create Shortcut in Desktop (Only windows)

weditor --shortcut

By click shortcut or run in command line

weditor

This command will start a local server with port 17310, and then open a browser tab for you to editor you code.

Port 17310 is to memorize the created day -- 2017/03/10

To see more usage run weditor -h

Hotkeys(Both Mac and Win)

  • Right click screen: Dump Hierarchy

Hotkeys(only Mac)

  • Command+Enter: Run the whole code
  • Command+Shift+Enter: Run selected code or current line if not selected

Hotkeys(only Win)

  • Ctrl+Enter: Run the whole code
  • Ctrl+Shift+Enter: Run selected code or current line if not selected

For Developers

See DEVELOP.md

LICENSE

MIT

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc