Skip to content

giantbrain0216/NFT-Generator-extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generating image and metafiles for Ethereum NFT (Extended)

This app is showing how to generate random image and metafiles for Eth NFT.👍

✔Running

python app.py

Or double click './dist/app.exe' for Windows 10.

✔Building for project

python -m eel app.py web --onefile --noconsole --key='secure text here'

✔Develop environment

  1. 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

  1. 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

  1. 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 pippython3 -m pip install --upgrade Pillow

  1. 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

  1. Base64

It aims to provide a fast base64 implementation for base64 encoding/decoding.

pip install pybase64

  1. 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

About

NFT generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published