Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 613 Bytes

File metadata and controls

12 lines (10 loc) · 613 Bytes

Random-Name-Generator

This GUI app has been made using Tkinter module of python. Random Name Generator app also uses Pillow and Calendar module of python. Hope you like it :)

Requirements

  1. Python 3.x

Modules

  1. Names Module
  2. Tkinter Module

If modulenotfound Error

  1. If modulenotfound error is displayed for Names module when program is executed then, type command "pip install names" in CMD / Command Prompt / Windows Terminal.
  2. If modulenotfound error is displayed for Tkinter module when program is executed then, type command "pip install tkinter" in CMD / Command Prompt / Windows Terminal.