Metadata-Version: 2.1
Name: TeXtation
Version: 0.4
Summary: This is a package for converting text prompts to ready to use latex
Home-page: https://github.com/adeoo/TeXtation
Author: Adel Moussa
Author-email: moussaadel97@gmail.com
License: MIT
Keywords: latex,text,conversion,tkinter,GUI
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp ==3.8.6
Requires-Dist: aiosignal ==1.3.1
Requires-Dist: async-timeout ==4.0.3
Requires-Dist: attrs ==23.1.0
Requires-Dist: certifi ==2023.7.22
Requires-Dist: charset-normalizer ==3.3.1
Requires-Dist: colorama ==0.4.6
Requires-Dist: customtkinter ==5.2.1
Requires-Dist: darkdetect ==0.8.0
Requires-Dist: frozenlist ==1.4.0
Requires-Dist: idna ==3.4
Requires-Dist: multidict ==6.0.4
Requires-Dist: openai ==0.28.1
Requires-Dist: packaging ==23.2
Requires-Dist: python-dotenv ==1.0.0
Requires-Dist: requests ==2.31.0
Requires-Dist: tk ==0.1.0
Requires-Dist: tqdm ==4.66.1
Requires-Dist: urllib3 ==2.0.7
Requires-Dist: yarl ==1.9.2

# TeXtation

TeXtation is a tool that converts text prompts into ready-to-use LaTeX. It simplifies the process of generating LaTeX code from textual inputs.

![TeXtation Screenshot](screenshot.png) 

## Features

- Convert natural language text prompts into LaTeX code with a single click.
- Powered by the advanced capabilities of GPT.
- Copy the LaTeX output directly to the clipboard.
- Dark theme for a pleasant user experience.


## Installation

To install TeXtation, you can use pip:

```pip install TeXtation```


## Usage

After installation, you can start the application using the following command:

```textation```




1. Upon first usage, enter your GPT API key in the Settings menu.
2. Enter your prompt, using natural language, in the input field.
3. Click on "Convert" to get the LaTeX output.
4. Use the "Copy to Clipboard" button to easily copy the output.

## Requirements

- Python 3.11 or newer.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Ensure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)




