Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 411 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 411 Bytes

python-file-merger

I've started this project because one of the autotesters at uni doesn't allow to submit multiple files and I like not writing everything in a single file.

Usage

$> python3 pyfm.py [-h] [-o OUTPUT] files [files ...]

Known limitations

  • Does not check for name collisions
  • Files are not ordered automaticly
  • Check for multiple imports is not the most sophisticated