Skip to content
TRC Loop edited this page Feb 24, 2024 · 3 revisions

Creating a Wiki page for your program, ConvertLite, involves outlining key sections that provide users with a comprehensive understanding of the application. Below is a template for a first Wiki page you can adapt and expand upon.


Welcome to ConvertLite Wiki!

ConvertLite is a user-friendly file conversion tool designed to make converting images, videos, and documents as simple as dragging and dropping. This Wiki aims to guide you through the features, installation, usage, and troubleshooting of ConvertLite to ensure a smooth experience.

Table of Contents

  1. Introduction
  2. Getting Started
  3. Features
  4. Installation Guide
  5. How to Use ConvertLite
  6. Troubleshooting
  7. Contributing

Introduction

ConvertLite is built with the goal of providing a straightforward solution for file conversion needs. Leveraging Python and PyQt5, it supports a range of file formats across images, videos, and documents.

Getting Started

Before you dive into using ConvertLite, ensure you have Python installed on your system. Additionally, for video conversions, ffmpeg is a prerequisite. Follow the Installation Guide to set up ConvertLite on your computer.

Features

ConvertLite offers the following features:

  • Image Conversion: Supports PNG, JPG, JPEG, GIF, BMP, and SVG formats.
  • Video Conversion: Supports MP4, MOV, MKV formats.
  • Document Conversion: Currently supports PDF format.

Installation Guide

Refer to the README section on the GitHub repository for detailed installation instructions. Ensure ffmpeg is installed and properly configured if you plan to convert video files.

How to Use ConvertLite

  1. Start ConvertLite: Run the application from your terminal or command prompt.
  2. Drag and Drop: Simply drag the file you wish to convert into the ConvertLite window.
  3. Choose Conversion Type: Select the desired output format from the list provided.
  4. Conversion: Click convert and wait for the process to complete. The output file will be saved in the same location as the original.

Troubleshooting

Encountered an issue? The Troubleshooting section in the README provides solutions to common problems, including ffmpeg installation and Python package issues.

Contributing

Interested in contributing to ConvertLite? We welcome contributions of all forms. Please read our Contributing Guide for more information on how to get started.