Skip to content

Commit

Permalink
v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianghuchengphilip committed Jan 21, 2022
1 parent 7cc5377 commit c858ec5
Show file tree
Hide file tree
Showing 22 changed files with 74 additions and 71 deletions.
3 changes: 3 additions & 0 deletions Generate-NFT/nft.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ def generate_images(edition, count, drop_dup=True):

def main():
global log
folder_path = "./log"
if not os.path.exists(folder_path): # 判断是否存在文件夹如果不存在则创建为文件夹
os.makedirs(folder_path)
log = Logger('./log/all.log', level='info')
log.logger.info('检查配置...')
filename = './config.yaml'
Expand Down
Binary file modified Generate-NFT/output/edition pandas/images/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Generate-NFT/output/edition pandas/images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Generate-NFT/output/edition pandas/images/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Generate-NFT/output/edition pandas/images/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Generate-NFT/output/edition pandas/images/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Generate-NFT/output/edition pandas/images/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Generate-NFT/output/edition pandas/images/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Generate-NFT/output/edition pandas/images/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Generate-NFT/output/edition pandas/images/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Generate-NFT/output/edition pandas/images/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions Generate-NFT/output/edition pandas/json/0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
"attributes": [
{
"trait_type": "background",
"value": "Ares"
"value": "God Hestia"
},
{
"trait_type": "Clothes",
"value": "Suit"
"value": "Basketball clothes"
},
{
"trait_type": "Face",
"value": "panda"
},
{
"trait_type": "Eye",
"value": "Boring"
"value": "white-eyes"
},
{
"trait_type": "Tattoo",
"value": "none"
"value": "Tattoo4"
},
{
"trait_type": "JEWELRY1",
"value": "Cigar"
"value": "Lollipop"
},
{
"trait_type": "JEWELRY2",
"value": "none"
"value": "Hat"
},
{
"trait_type": "JEWELRY3",
"value": "Scarf"
"value": "Rimmed-glasses"
}
]
}
14 changes: 7 additions & 7 deletions Generate-NFT/output/edition pandas/json/1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
"attributes": [
{
"trait_type": "background",
"value": "God Hestia"
"value": "Apollo the god of light"
},
{
"trait_type": "Clothes",
"value": "Basketball clothes"
"value": "Football uniform"
},
{
"trait_type": "Face",
"value": "panda"
},
{
"trait_type": "Eye",
"value": "white-eyes"
"value": "Boring"
},
{
"trait_type": "Tattoo",
"value": "Tattoo2"
"value": "Tattoo1"
},
{
"trait_type": "JEWELRY1",
"value": "none"
"value": "Lollipop"
},
{
"trait_type": "JEWELRY2",
"value": "Horns"
"value": "Kill-Matt"
},
{
"trait_type": "JEWELRY3",
"value": "Sunglasses"
"value": "Scarf"
}
]
}
12 changes: 6 additions & 6 deletions Generate-NFT/output/edition pandas/json/2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
"attributes": [
{
"trait_type": "background",
"value": "Ares"
"value": "God Hestia"
},
{
"trait_type": "Clothes",
"value": "Suit"
"value": "White shirt"
},
{
"trait_type": "Face",
"value": "panda"
},
{
"trait_type": "Eye",
"value": "Boring"
"value": "white-eyes"
},
{
"trait_type": "Tattoo",
"value": "Tattoo5"
"value": "Tattoo3"
},
{
"trait_type": "JEWELRY1",
"value": "none"
"value": "Lollipop"
},
{
"trait_type": "JEWELRY2",
"value": "Horns"
},
{
"trait_type": "JEWELRY3",
"value": "Glasses"
"value": "none"
}
]
}
12 changes: 6 additions & 6 deletions Generate-NFT/output/edition pandas/json/3.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
},
{
"trait_type": "Clothes",
"value": "Football uniform"
"value": "Red-and-black-shirt"
},
{
"trait_type": "Face",
"value": "panda"
},
{
"trait_type": "Eye",
"value": "Happy"
"value": "Boring"
},
{
"trait_type": "Tattoo",
"value": "Tattoo5"
"value": "Tattoo1"
},
{
"trait_type": "JEWELRY1",
"value": "Cigarette"
"value": "Cigar"
},
{
"trait_type": "JEWELRY2",
"value": "Horns"
"value": "Hat"
},
{
"trait_type": "JEWELRY3",
"value": "Glasses"
"value": "Sunglasses"
}
]
}
12 changes: 6 additions & 6 deletions Generate-NFT/output/edition pandas/json/4.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"attributes": [
{
"trait_type": "background",
"value": "Ares"
"value": "Poseidon"
},
{
"trait_type": "Clothes",
"value": "T-shirt"
"value": "White shirt"
},
{
"trait_type": "Face",
Expand All @@ -21,19 +21,19 @@
},
{
"trait_type": "Tattoo",
"value": "Tattoo1"
"value": "Tattoo4"
},
{
"trait_type": "JEWELRY1",
"value": "Cigarette"
"value": "Cigar"
},
{
"trait_type": "JEWELRY2",
"value": "Horns"
"value": "Hat"
},
{
"trait_type": "JEWELRY3",
"value": "Sunglasses"
"value": "Scarf"
}
]
}
10 changes: 5 additions & 5 deletions Generate-NFT/output/edition pandas/json/5.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
},
{
"trait_type": "Clothes",
"value": "Jacket"
"value": "Red-and-black-shirt"
},
{
"trait_type": "Face",
"value": "panda"
},
{
"trait_type": "Eye",
"value": "Anger"
"value": "Happy"
},
{
"trait_type": "Tattoo",
"value": "Tattoo3"
"value": "Tattoo5"
},
{
"trait_type": "JEWELRY1",
"value": "Cigar"
},
{
"trait_type": "JEWELRY2",
"value": "Hat"
"value": "Kill-Matt"
},
{
"trait_type": "JEWELRY3",
"value": "none"
"value": "Rimmed-glasses"
}
]
}
12 changes: 6 additions & 6 deletions Generate-NFT/output/edition pandas/json/6.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"attributes": [
{
"trait_type": "background",
"value": "Apollo the god of light"
"value": "Demeter, goddess of agriculture"
},
{
"trait_type": "Clothes",
Expand All @@ -17,23 +17,23 @@
},
{
"trait_type": "Eye",
"value": "white-eyes"
"value": "Boring"
},
{
"trait_type": "Tattoo",
"value": "Tattoo1"
"value": "none"
},
{
"trait_type": "JEWELRY1",
"value": "Cigar"
"value": "Lollipop"
},
{
"trait_type": "JEWELRY2",
"value": "Hat"
"value": "none"
},
{
"trait_type": "JEWELRY3",
"value": "Sunglasses"
"value": "none"
}
]
}
14 changes: 7 additions & 7 deletions Generate-NFT/output/edition pandas/json/7.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
"attributes": [
{
"trait_type": "background",
"value": "Hera"
"value": "Ares"
},
{
"trait_type": "Clothes",
"value": "Red-and-black-shirt"
"value": "Basketball clothes"
},
{
"trait_type": "Face",
"value": "panda"
},
{
"trait_type": "Eye",
"value": "white-eyes"
"value": "Boring"
},
{
"trait_type": "Tattoo",
"value": "Tattoo1"
"value": "Tattoo5"
},
{
"trait_type": "JEWELRY1",
"value": "Cigar"
"value": "Cigarette"
},
{
"trait_type": "JEWELRY2",
"value": "none"
"value": "Hat"
},
{
"trait_type": "JEWELRY3",
"value": "none"
"value": "Scarf"
}
]
}
12 changes: 6 additions & 6 deletions Generate-NFT/output/edition pandas/json/8.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
"attributes": [
{
"trait_type": "background",
"value": "God Hestia"
"value": "Ares"
},
{
"trait_type": "Clothes",
"value": "T-shirt"
"value": "Dancing unifom"
},
{
"trait_type": "Face",
"value": "panda"
},
{
"trait_type": "Eye",
"value": "Boring"
"value": "Happy"
},
{
"trait_type": "Tattoo",
"value": "Tattoo1"
"value": "Tattoo3"
},
{
"trait_type": "JEWELRY1",
"value": "Cigar"
},
{
"trait_type": "JEWELRY2",
"value": "Horns"
"value": "Kill-Matt"
},
{
"trait_type": "JEWELRY3",
"value": "none"
"value": "Rimmed-glasses"
}
]
}
Loading

0 comments on commit c858ec5

Please sign in to comment.