Metadata-Version: 2.4
Name: bsg-ide
Version: 5.3.2
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"
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.3.2**

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

## Installation

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

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

## Quick Start

1. Launch the application:
   ```bash
   bsg-ide
   ```

2. Create a new presentation or open an existing one
3. Add slides with titles, content, and media
4. Generate PDF and present with notes

## 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
