/Random-Name-Generator

This is made using Tkinter module of python. Random Name Generator App is very easy to make and very interesting too. Hope you like it :)

Primary LanguagePythonMIT LicenseMIT

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.