This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This was made specifically using the spec sheet for NP-2511D (2 inch version) | |
#Spec sheet can be found here | |
#https://archive.org/details/NP2511D23511D2DF10116COMR100P1ENG | |
print("") | |
print("This program prepares your raw image file for thermal printing") | |
print("Insert your .raw file and convert into .txt binary file") | |
print("") | |
fileinput = input('Input file: ') |