Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions NeilLi1992/0000/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from PIL import Image
from PIL import ImageFont
from PIL import ImageDraw
from PIL import Image,ImageFont,ImageDraw

file_name = raw_input("Please input the image name, including file appendix: ")
try:
Expand Down