Metadata-Version: 2.4
Name: ultron-analyzer
Version: 1.1
Summary: 🤖 Advanced website performance analyzer and optimizer
Home-page: https://github.com/ompandey07/Ultron
Author: Om Pandey
Author-email: Om Pandey <iamompandey.it@gmail.com>
Maintainer-email: Om Pandey <iamompandey.it@gmail.com>
License: MIT License
        
        Copyright (c) 2025 Om Pandey
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: Homepage, https://github.com/yourusername/ultron-analyzer
Project-URL: Repository, https://github.com/yourusername/ultron-analyzer.git
Project-URL: Documentation, https://github.com/yourusername/ultron-analyzer#readme
Project-URL: Bug Tracker, https://github.com/yourusername/ultron-analyzer/issues
Keywords: website,analyzer,performance,seo,security,optimization
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Monitoring
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Requires-Dist: beautifulsoup4>=4.9.0
Provides-Extra: excel
Requires-Dist: openpyxl>=3.0.0; extra == "excel"
Provides-Extra: full
Requires-Dist: openpyxl>=3.0.0; extra == "full"
Requires-Dist: beautifulsoup4>=4.9.0; extra == "full"
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# ULTRON

Ultron is a comprehensive Python tool for analyzing website performance, security, SEO, accessibility, and technical issues. Get instant insights and actionable recommendations to supercharge your website's performance and outrank the competition!

**Key Features:**
- ⚡ Lightning fast analysis - Complete site audit in under 30 seconds
- 📊 Professional Excel reports with 7 detailed sheets and color-coded insights
- 🔒 Security assessment - Validates critical security headers and vulnerabilities
- 📝 SEO analysis - Meta tags, headings, image alt text, and link optimization
- 🖼️ Image optimization - Size analysis, format suggestions, and compression tips
- 🔗 Broken link detection - Identifies and reports 404s and failed requests
- 📱 Mobile-friendly checks - Responsive design and viewport validation
- 💡 Performance boost guide - Step-by-step improvement recommendations
- 🎯 Rating system - Get scored from Beginner to Champion level
- 🤖 Both CLI and Python API - Use in terminal or integrate into your projects

![Ultron Logo](Assets/Logo.jpg)

## Installation

```bash
pip install ultron-analyzer
```

## Python Usage

```python
from ultron import UltronAnalyzer

# Initialize analyzer
analyzer = UltronAnalyzer()

# Analyze website
results = analyzer.run_comprehensive_check("https://example.com")

# Print results
analyzer.print_results(results)

# Generate Excel report
analyzer.save_report(results, 'excel')

# Get performance suggestions
suggestions = analyzer.generate_performance_suggestions(results)
analyzer.print_performance_suggestions(suggestions)
```

## CLI Usage

```
usage: ultron [-h] [--version] {analyze} ...

🤖 Ultron - Advanced Website Performance Analyzer

positional arguments:
  {analyze}   Available commands
    analyze   Analyze a website performance

options:
  -h, --help  show this help message and exit
  --version   show program's version number and exit

Examples:
  ultron analyze https://example.com
  ultron analyze https://example.com --format excel
  ultron analyze https://example.com --format all --timeout 60
  ultron --version

Report formats:
  json     - Technical data in JSON format
  html     - Web-friendly HTML report  
  excel    - Professional Excel report (requires openpyxl)
  all      - Generate all format types
  console  - Display results in terminal only
```

## Screenshots

### CLI Interface
![CLI Screenshot](Assets/CLI.png)

### Excel Reports
![Report 1](Assets/Report1.png)

![Report 2](Assets/Report2.png)

![Report 3](Assets/Report3.png)

![Report 4](Assets/Report4.png)

## About

**Om Pandey** - Software Developer who loves building awesome tools and applications.

📧 Email: iamompandey.it@gmail.com
