Skip to content

fabiodl/sctape

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages