Skip to content

Get MD5 sum of a file or folder (Python + Eel Desktop GUI app )

Notifications You must be signed in to change notification settings

savvadesogle/win-md5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

win-md-5

Demo screenshop (ru)

Download - file_access_.exe

Responsive GUI desktop App

How to Build

link: https://github.com/ChrisKnott/Eel#building-a-distributable-binary

Building a distributable binary

If you want to package your app into a program that can be run on a computer without a Python interpreter installed, you should use pyinstaller.

  1. Install pyinstaller pip install pyinstaller
  2. In your app's folder, run python -m eel [your_main_script] [your_web_folder] (for example, you might run python -m eel hello.py web)
  3. This will create a new folder dist/
  4. Check the contents of this folder for extra modules that pyinstaller is incorrectly including
  5. Exclude these using the flag --exclude module_name. For example, you might run python -m eel file_access.py web --exclude win32com --exclude numpy --exclude cryptography
  6. When you are happy that your app is working correctly, add --onefile --noconsole flags to build a single executable file

About

Get MD5 sum of a file or folder (Python + Eel Desktop GUI app )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published