-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
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.
- Introduction
- Getting Started
- Features
- Installation Guide
- How to Use ConvertLite
- Troubleshooting
- Contributing
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.
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.
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.
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.
- Start ConvertLite: Run the application from your terminal or command prompt.
- Drag and Drop: Simply drag the file you wish to convert into the ConvertLite window.
- Choose Conversion Type: Select the desired output format from the list provided.
- Conversion: Click convert and wait for the process to complete. The output file will be saved in the same location as the original.
Encountered an issue? The Troubleshooting section in the README provides solutions to common problems, including ffmpeg
installation and Python package issues.
Interested in contributing to ConvertLite? We welcome contributions of all forms. Please read our Contributing Guide for more information on how to get started.