Skip to content

manthanawgan/txt_to_html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Txt-to-HTML Converter

A Python-based application to convert .txt files generated from input builders into .html files. This project provides a simple graphical user interface (GUI) using Tkinter for file upload, conversion, and management.


Key Features

  • User-Friendly GUI: Built using Python's Tkinter library.
  • File Upload and Management: Upload .txt files, save the converted .html files, or delete unwanted files.
  • Txt-to-HTML Conversion: Automatically transforms structured .txt input into valid .html.
  • FileDialog Integration: Seamlessly open and save files through an intuitive file explorer.

Technologies Used

  • Language: Python
  • Libraries:
    • Tkinter for GUI development
    • FileDialog for file handling

Installation

Will add later.


Usage

  1. Launch the application.
  2. Upload a .txt file using the GUI.
  3. Convert the file to .html with a single click.
  4. Save the converted .html file to your desired location.

Contribution

Contributions are welcome! Follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/YourFeatureName.
  3. Make your changes and commit: git commit -m 'Add some feature'.
  4. Push the changes to your branch: git push origin feature/YourFeatureName.
  5. Submit a pull request.

License

This project is licensed under the MIT License.


Acknowledgments

  • Special thanks to our computational chemistry instructor for the project concept.
  • Resources and documentation for Python and Tkinter.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages