Skip to content

Corallian-Coral-yan/corallian-cpc-header-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

The folder with the .cpc files to fix should be in the root folder of the project. Run python fix_header.py

input_file.txt formatting

Make sure it follows this format

"Code File Path (.txt)","Folder Path"

Turning this into an executable file

This is so that we can distribute this to devices without Python installed (for the SHORE center)

  1. Install PyInstaller:

    pip installer pyinstaller
    
  2. Create the executable:

    pyinstaller --onefile fix_header.py
    
  3. The executable file can be found in the dist/ folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages