How to retrieve code from .sikuli folder?

我是研究僧i 提交于 2019-12-14 03:54:38

问题


When I open a .sikuli folder, it only has images in it. So I want to know whether there is any way that I can see or retrieve the Sikuli code without using Sikuli IDE.

Can I get to it from a .sikuli folder?


回答1:


According to the documentation:

A Sikuli script (.sikuli) is a directory that consists of a Python source file (.py), and all the image files (.png) used by the source file. All images used in a Sikuli script are simply a path to the .png file in the .sikuli bundle. Therefore, the Python source file can also be edited by any text editor.

So, there is a .py source file also, and, of course, you can use your favorite editor to write sikuli scripts.

Hope that helps.



来源:https://stackoverflow.com/questions/16771027/how-to-retrieve-code-from-sikuli-folder

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!