Skip to content

LatexToPdf is a simple, cross-platform Python desktop application to convert LaTeX code into PDF

License

Notifications You must be signed in to change notification settings

khalildim/latexToPdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📄 LatexToPdf

LatexToPdf is a simple, cross-platform Python desktop application to convert LaTeX code into PDF with live preview, built using customtkinter.


📦 Downloads

Windows: Download Latest Release


Linux: Download Latest .deb

After download:

sudo dpkg -i latexToPdf_1.0.deb

✨ Features

  • Compile LaTeX code to PDF on the fly
  • Display each PDF page as an image
  • Download the generated PDF
  • Cross-platform support (Windows, macOS, Linux)
  • Auto-detect and install LaTeX environment if missing

🖥️ Screenshots

LatexToPdf Screenshot


💻 Requirements


🚀 Installation

🔧 1. Clone the repository

git clone https://github.com/yourusername/latexToPdf.git
cd latexToPdf

python -m venv .venv
# Activate:
# On Windows:
.venv\Scripts\activate
# On Linux/macOS:
source .venv/bin/activate
# run the app
python env_setup.py
python main.py

☕ Support

If you find this tool helpful, consider supporting me:

Buy Me a Coffee

About

LatexToPdf is a simple, cross-platform Python desktop application to convert LaTeX code into PDF

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages