Skip to content

Files

Latest commit

e95ea0f · Jun 1, 2023

History

History
42 lines (33 loc) · 1.85 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.85 KB

Build Status Build Status License


Taser

Taser is a Python-based system designed for automatic analysis, rating, comparison, and parsing of Android source code. It provides a command-line interface (CLI) for easy interaction with the system.

Features

  • Automatic Analysis: Taser is capable of analyzing Android source code automatically.
  • Rating: The system provides a rating mechanism to evaluate the quality or other characteristics of the source code.
  • Comparison: Taser supports code comparison, allowing users to compare different versions or implementations.
  • Parsing: Taser can parse Android source code to extract relevant information and metadata.\n

Install

Clone the Taser repository from GitHub:
git clone https://github.com/your-username/taser.git

Explanation of the code: Clone code from github in local folder

Install the required dependencies. You can use pip to install them:
python3 -m pip install -r requirements.txt

Explanation of the code: Install python deps from requirements.txt file

Usage

To use Taser, navigate to the cloned repository directory and run the CLI commands.

cd taser
python3 main.py