To create a pie chart visualisation of the data entered.
This is a basic python script, here the user will enter the data and the data headings then the program will run and the pie chart view will be created.
The user should first install all the packages mentioned in requirements.txt. Then enter the no. of elements, data and data headings, and press Enter. A message will be displayed saying "Your pie chart is ready." and can see it in the output screen.
Khushi Sharma