Metadata-Version: 2.4
Name: bsg-ide
Version: 5.7.0
Summary: Beamer Slide Generator IDE - Create professional LaTeX presentations with multimedia support
Home-page: https://github.com/sajeethphilip/Beamer-Slide-Generator
Author: Ninan Sajeeth Philip
Author-email: nsp@airis4d.com
License: MIT
Keywords: latex beamer presentation slides generator ide
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
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: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: customtkinter>=5.2.0
Requires-Dist: Pillow>=9.0.0
Requires-Dist: requests>=2.25.0
Requires-Dist: latexcodec>=2.0.0
Provides-Extra: full
Requires-Dist: opencv-python>=4.5.0; extra == "full"
Requires-Dist: yt-dlp>=2023.0.0; extra == "full"
Requires-Dist: pyspellchecker>=0.7.0; extra == "full"
Requires-Dist: PyMuPDF>=1.23.0; extra == "full"
Requires-Dist: screeninfo>=0.8.0; extra == "full"
Requires-Dist: numpy>=1.21.0; extra == "full"
Provides-Extra: video
Requires-Dist: opencv-python>=4.5.0; extra == "video"
Requires-Dist: yt-dlp>=2023.0.0; extra == "video"
Provides-Extra: spellcheck
Requires-Dist: pyspellchecker>=0.7.0; extra == "spellcheck"
Provides-Extra: pdf
Requires-Dist: PyMuPDF>=1.23.0; extra == "pdf"
Provides-Extra: windows
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# BSG-IDE - Beamer Slide Generator IDE

**Version 5.7.0**

Beamer Slide Generator IDE - Create professional LaTeX presentations with multimedia support

## Features

- Create professional LaTeX presentations with an intuitive GUI
- Support for images, videos, and animations
- Syntax highlighting for LaTeX commands
- Real-time spell checking
- Grammarly integration for grammar checking
- Screen capture and camera integration
- Export to PDF and Overleaf-compatible ZIP
- **Desktop menu integration** (Start Menu on Windows, App Menu on Linux/macOS)

## Installation

### Basic installation:
```bash
pip install bsg-ide
```

### Full installation (with all features):
```bash
pip install bsg-ide[full]
```

## Quick Start

After installation, you can launch BSG-IDE in several ways:

### From command line:
```bash
bsg-ide
```

### From application menu:
- **Windows**: Start Menu → BSG-IDE
- **Linux**: Applications → Office → BSG-IDE
- **macOS**: Applications → BSG-IDE.app

### Creating a new presentation:
1. Click "New" or press Ctrl+N
2. Add slides with titles and content
3. Insert media (images, videos)
4. Generate PDF

## Requirements

- Python 3.8 or higher
- LaTeX distribution (MiKTeX on Windows, TeX Live on Linux/macOS)

## Documentation

For detailed documentation, visit:
https://github.com/sajeethphilip/Beamer-Slide-Generator

## License

MIT License - See LICENSE file for details
