Skip to content

Commit

Permalink
Rename main.py to Hex-Code Generator/main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dishebh authored Jan 19, 2019
1 parent 58de481 commit 9bb990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py → Hex-Code Generator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def widgets(self):
ttk.Entry(self.master, textvariable = self.color, font = ('freesansbold', 20)).pack(pady = 10)
self.preview = Frame(self.master, bd = 10, relief = 'ridge', height = 300, width = 300, bg = 'white').pack(pady = 10)

root.mainloop()
root.mainloop()

0 comments on commit 9bb990a

Please sign in to comment.