-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Completed the ReadMe
- Loading branch information
Showing
1 changed file
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# SWE_HW_0 | ||
first/test project for SWE | ||
# Highlighter | ||
|
||
Highlighter is a small tool that highlights | ||
leaf level GUI-components in an Android application screenshot by | ||
parsing and processing xml files, thus making it easier for | ||
developers to understand the GUI. | ||
|
||
## Usage | ||
Place the program file in the same folder as the xml files and the corresponding screenshots (in png format). Make sure that the xml files and the png files share the same name. | ||
|
||
Compile and run the program using | ||
|
||
```bash | ||
python highlighter.py | ||
``` | ||
|
||
The program will run on all xml files in the folder. If it encounters an error in an xml file, or cannot find a matching png, that file will be skipped. | ||
|
||
Annotated PNG results will be saved to the same folder that the program is in. |