I lost my original python code that I've been working on for months, it's packed into an .exe
using PyInstaller and that's all I have.
I tried this: Exe to python with pyinstaller?
I was able to extract a file that has some of my source code in it but it's filled with all this gibberish:
Graphing...
z Value="é z0" MÚ0c C s g | ]}| d d¡qS )ú"Ú )Ú replace)Ú.0Ús© r úGraphLEDView_1.1.pyú ( s r c C s g | ]}t d d|¡qS )z[^0-9]r )ÚreÚsub)r Ú LedDatar r r
r ) s )Údtype)é g @)Ú figsizei¸ é z Sensor {}g ü?)ÚlabelÚ linewidthÚLEDsÚ BrightnessÚlogz
What was extracted was a file with the name of my code without the .py
extension and a folder of .pyc
files none of which are my code, just the dependent libraries. Can someone help me get my code back? A lot of work down the drain if I can't get it back... I feel really dumb. Thanks
onefile
oronedir
for packaging? (It looks likeonefile
) can you provide the complete file for download? – Stumpfpython --version
) and packages information (pip freeze
) – Stumpf