Development Guide

Areas for Improvement

  • New format support — Add more conversion rules
  • Performance — Optimize conversion commands
  • UI improvements — Better progress indication, layout enhancements
  • Testing — Unit tests for converters and workflows
  • Translations — Improve existing translations, add more languages

Development Setup

  1. Clone the repository:
    git clone https://github.com/ThigSchuch/SimplyConvertFile.git
    cd SimplyConvertFile
    
  2. Install development dependencies:
    pip install -e .
    
  3. Make your changes

  4. Test with various file types

  5. Submit a pull request