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
- Clone the repository:
git clone https://github.com/ThigSchuch/SimplyConvertFile.git cd SimplyConvertFile - Install development dependencies:
pip install -e . -
Make your changes
-
Test with various file types
- Submit a pull request