This app is showing how to generate random image and metafiles for Eth NFT.👍
python app.py
Or double click './dist/app.exe' for Windows 10.
python -m eel app.py web --onefile --noconsole --key='secure text here'
- Eel
Eel is a little Python library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries.
pip install eel
- Wx
wxPython is a wrapper for the cross-platform GUI API wxWidgets for the Python programming language. It is one of the alternatives to Tkinter.
pip install wxPython
- PIL
Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors.
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow
- Random
This library is a goodie-bag of Unix shell and environment management tools for automated tests. A summary of the available functions is below, look at the source for the full listing.
pip install pytest-shutil
- Base64
It aims to provide a fast base64 implementation for base64 encoding/decoding.
pip install pybase64
- Pandas
pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.
pip install pandas