Skip to content

GigByt3/LandauerCSVtoJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build As .app

pyinstaller --name 'Landauer Report Processor' \
    --windowed \
    --icon='GUI/icons/apple.icns' \
    --add-data='GUI/icons/16x16.png:.' \
    --add-data='GUI/icons/24x24.png:.' \
    --add-data='GUI/icons/32x32.png:.' \
    --add-data='GUI/icons/48x48.png:.' \
    --add-data='GUI/icons/256x256.png:.' \
    --add-data='requirements.txt:.' \
    main.py

Build As .dmg

hdiutil create -volname "LandauerReportProcessor" \
    -srcfolder "/Users/.../dist/Landauer Report Processor.app" \
    -ov \
    -format UDZO "LandauerReportProcessor.dmg"

About

This is a python application designed for use with the Reed Research Reactor Landauer Dose Report Spreadsheet. It's functionality is to take pdfs of dose reports from Landauer and extract the table data into a .json file which can then be read onto a spreadsheet of choice!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors