I want to find out the filetypes of some files with no file ending.
The best case would be if I could get the same string you get in the file properties. Iam using Python and already tried with mimetypes, which doesn't worked.
Thanks for any help :)