Metadata-Version: 2.1
Name: JupyterExport
Version: 0.1.6
Summary: Convert .ipynb files to .pdf/.html using a simple graphical interface.
Home-page: https://github.com/Alan-Analyst/JupyterExport
Author: Alan
Author-email: alananalyst00@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: customtkinter
Requires-Dist: nbformat
Requires-Dist: nbconvert
Requires-Dist: IPython
Requires-Dist: Pygments

<span style="color:red">**Warning:** This project is still in development and may have bugs. I highly recommend creating a virtual environment to install this package instead of installing it in the global environment. </span>


# JupyterExport

JupyterExport is a simple GUI application built in Python using Tkinter that allows you to effortlessly convert Jupyter Notebook files to HTML and PDF formats. This tool aims to streamline the process of sharing and distributing Jupyter notebooks by providing a user-friendly interface for exporting them into more accessible formats.

## Features

- **Easy Conversion**: Convert Jupyter Notebook files (.ipynb) to HTML or PDF format with just a few clicks.
- **Graphical User Interface**: Intuitive GUI interface makes it easy for users to select input files and output formats.

## Installation

To install JupyterExport, simply use pip:


Alternatively, you can download the source code from the GitHub repository and install it manually.
https://github.com/Alan-Analyst/JupyterExport

## Usage

After installing the package, you can run the GUI application by executing the following command in your terminal or command prompt:
>> JupyterExport

Once the application is running, follow these steps:

1. Click on the "Select File" button to choose the Jupyter Notebook file you want to convert.
2. Choose the desired output format (HTML or PDF) from the dropdown menu.
3. Optionally, specify the filename.
4. Click the "Convert" button to start the conversion process.

Note: If your notebook contains image files place the image in the app directory. 
