This customizable Python3 appplication allows you to view multiple file formats without the need for downloading additional packages. It also showcases how you can create modern-looking applications with modern GUI libraries in Python.
This is a simple python application with support for multiple file formats including:
- HTML, CSS, JS files
- Python, Java, C source code files
- JSON files
- PDF files
Follow these steps to setup this file viewer on your system.
Before you begin, ensure you have the following dependencies and tools installed:
-
Python3
-
Pip
- After successfuly cloning this repo, change your working directory to the cloned repository:
cd file-viewer
-
Install the project dependencies defined in the requirements.txt file using
pip3 install -r requirements.txt
-
After all is set, call the main python file from the terminal / cmd using
python3 main.py
.
Email-(monmihalo2324@gmail.com)
If you encounter any issues or have suggestions for improvements, please don't hesitate to create an issue.