Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotai2003/tex_converter
tex_converter, from ChatGTP to Typora and Qiita, Powered by Streamlit
https://github.com/kotai2003/tex_converter
convertion latex qiita typora
Last synced: 12 days ago
JSON representation
tex_converter, from ChatGTP to Typora and Qiita, Powered by Streamlit
- Host: GitHub
- URL: https://github.com/kotai2003/tex_converter
- Owner: kotai2003
- Created: 2024-08-04T01:23:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T02:03:37.000Z (5 months ago)
- Last Synced: 2024-11-09T15:58:54.970Z (about 2 months ago)
- Topics: convertion, latex, qiita, typora
- Language: Python
- Homepage: https://www.tomomi-research.com
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Here is the revised translation with the "Installation" section removed:
---
# Markdown Converter App
This Markdown Converter App is a Streamlit application that converts ChatGPT-style Markdown documents into a format usable by Typora and Qiita. You can input the original Markdown on the left side, and after pressing the convert button, the converted Markdown will be displayed on the right. This app is particularly effective for converting Markdown documents containing equations.
[Access the app here](https://texconverter.streamlit.app/).
![Texconverter](https://github.com/user-attachments/assets/a143187d-b48f-4fe1-9a6c-2d28d6561cf9)
## Features
- **Simple UI**: Provides a clean interface that anyone can use easily.
- **Instant Preview**: Allows you to preview the converted Markdown immediately.
- **Equation Conversion**: Converts LaTeX-style equations into MathJax-compatible format.## Setup Instructions
To run this app locally, follow these steps:
### Prerequisites
- Python 3.6 or higher
- pip### Running the App
Start the Streamlit server:
```
streamlit run app.py
```
If the browser does not open automatically, please access `http://localhost:8501`.## Usage
1. Paste the Markdown document you want to convert into the text box on the left side.
2. Press the "Convert" button.
3. The converted Markdown will be displayed on the right, along with a preview as Markdown.## License
This project is released under the [MIT License](LICENSE). For details, refer to the `LICENSE` file.