Skip to content

Files

Latest commit

be8557e · Aug 29, 2022

History

History
50 lines (36 loc) · 704 Bytes

README.md

File metadata and controls

50 lines (36 loc) · 704 Bytes

Python Version

python 3

Tapeconv

python3 tapeconv.py inputFile output

or

python3 tapeconv.py "*.ext" output

Examples

All wave files to remastered tzx

python3 tapeconv.py "*.wav" tzx

All tzx files to .bas

python3 tapeconv.py "*.tzx" bas

All tzx files to remastered wav

python3 tapeconv.py "*.tzx" wav

Floppy

python3 floppy.py --operation1[=val] --operation2[=val] ... --operationN[=val]

Examples

Extract files to folder basic

python3 floppy.py --open=diskbasic.sf7 --extract=basic

Create floppy image form folder basic

python3 floppy.py  --pack=basic --save=basic.sf7