Python libraries for parsing Apple II disk images
Go to file
kris b97c404514 - Rename File class to FileType and add support for a filetype parser
- Add support for parsing Applesoft basic files
- Add a new File class that receives the contents of a DOS 3.3 file
  (also parsed, if applicable)
- Some minor bugfixes
2017-04-16 22:23:04 +01:00
src/apple2disk - Rename File class to FileType and add support for a filetype parser 2017-04-16 22:23:04 +01:00
LICENSE Initial commit 2017-04-15 21:33:30 +01:00
README.md Initial commit 2017-04-15 21:33:30 +01:00

pyapple2disk

Python libraries for parsing Apple II disk images