Skip to content

Here is a benefit to learn to make your custom .xlsx, .txt files to save data automatically through python platform with pandas,tkinter libraries that helps in further extension in other projects.

License

Notifications You must be signed in to change notification settings

pradeepnutakki/Data-Entry-using-Python-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enter-your-data-into-Excel-file-using-Python-Programming-Tkinter-Pandas

The basis is to make easy entry of your work details rather than modifying an excel sheet.

Here is a benefit to learn to make your custom .xlsx, .txt files to save data automatically through python platform with pandas,tkinter libraries that helps in further extension in other projects. Note: If an excel workbook is already existing with the file name then the newly entered data will be appended or else the program creates a new workbook under desired file name.

The Dataset will be as below figure:

Dataset

1. Enter your categories of data

Here, defineing the save and exit buttons with the variables to enter into collecting data. The data entered in the window as in figure.

Entry of details window:

Data Entry

2. Show your entry details /Quit from the entry box

Here, the data you have last entered information can be viewed in other dialogue box and will quit after 4 seconds. The quit function defined obtained to quit from master file where entry of details takes place. This can be viewed in below figures.

Show last entry details:

Show Last Data Entry

Quit from main master loop Data Entry:

Quit

3. Placing the entries in tk message box

Here, the details that needed to enter as discription of column names are viewed in message box which will be saved as columns in .xlsx file format as represented in programming. Some popup messages can also be seen for delete, quit, etc. as an example image shown below.

Edit popup message box:

Edit Popup

4. Edit/Delete the entry data to re-enter correct entry

Here, edit data if entry after deleting an entry starting from 1 to len(dataframe)-1 numbers that can be enetered in dialogue box and press 'ok' button. The below figure denotes the same when run program.

Delete an Item as entered:

Delete Entry

References

https://github.com/Derrick-Sherrill/DerrickSherrill.com/blob/master/Python_Data_Form.py

About

Here is a benefit to learn to make your custom .xlsx, .txt files to save data automatically through python platform with pandas,tkinter libraries that helps in further extension in other projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published