An open API service indexing awesome lists of open source software.

https://github.com/vinaysomawat/registration-using-tkinter

Registration GUI which save data in excel sheet. This is developed using python script with Tkinter packages
https://github.com/vinaysomawat/registration-using-tkinter

openpyxl python registration-forms tkinter-gui

Last synced: about 1 year ago
JSON representation

Registration GUI which save data in excel sheet. This is developed using python script with Tkinter packages

Awesome Lists containing this project

README

          

# Registration-using-Tkinter

* Create a new excel file named "excel.xlsx"
* Enter the data in GUI-form.
* The data will be saved in local .excel file.

------------------------------------------------------------------
To setup the project on your local machine:

1. Click on `Fork`.
2. Go to your fork and `clone` the project to your local machine.
3. `git clone https://github.com/vinaysomawat/Registration-using-Tkinter.git`

Open command line and run the file:

`python registration.py`

Preview:

![GUI](https://github.com/vinaysomawat/Registration-using-Tkinter/blob/master/registration.jpg)

Output:

![OUTPUT:](https://github.com/vinaysomawat/Registration-using-Tkinter/blob/master/formoutput.jpg)