Skip to content

Latest commit

 

History

83 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Convert wav file to basic file using assuming the tape is for the export basic, replacing non standard chars by unicode

python3 tapeconv.py --mode=absolute --basic_alias_table="export" --basic_alias_decoding=unicode tape.wav basic

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

Stars

8 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages