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.
- 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.
- Language: Python
- Libraries:
Tkinter
for GUI developmentFileDialog
for file handling
Will add later.
- Launch the application.
- Upload a
.txt
file using the GUI. - Convert the file to
.html
with a single click. - Save the converted
.html
file to your desired location.
Contributions are welcome! Follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeatureName
. - Make your changes and commit:
git commit -m 'Add some feature'
. - Push the changes to your branch:
git push origin feature/YourFeatureName
. - Submit a pull request.
This project is licensed under the MIT License.
- Special thanks to our computational chemistry instructor for the project concept.
- Resources and documentation for Python and
Tkinter
.