How to Create an Excel Data Entry Form in 10 Minutes Using Python (No VBA) | Easy & Simple

How to Create an Excel Data Entry Form in 10 Minutes Using Python (No VBA) | Easy & Simple

Coding Is Fun

2 года назад

250,243 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

PySimpleGUI
PySimpleGUI - 12.08.2021 16:27

FANTASTIC video! In the first 3 minutes and 20 seconds you've taught the entire concept of PySimpleGUI. You're really good at this! 💖 the style, the clarity, the animations, and so much more about what you've done.

Ответить
Marco Vidal
Marco Vidal - 17.09.2023 03:30

so sorry, does anyone know how can i create an autocomplete list in PysimpleGUI?

Ответить
rmp5s
rmp5s - 10.09.2023 23:49

Very cool!!

Ответить
gato rey
gato rey - 11.08.2023 08:15

fantastic video, i have a problem though, since pandas 2.0 append doesnt exist anymore, how could i do the append part without it?

Ответить
Christian Paul Roldan
Christian Paul Roldan - 09.08.2023 19:19

can the other users enter new row of data even the excel file is not shared? (please excuse my bad english. Thank you.)

Ответить
Ajir Chanel
Ajir Chanel - 08.08.2023 04:35

why AttributeError: 'DataFrame' object has no attribute 'append'. Did you mean: '_append'?

Ответить
Darlan Da Rocha Barboza
Darlan Da Rocha Barboza - 26.07.2023 03:43

Can I create a form and send it to the cell phone of some people to fill it out and this data is returned to an excel spreadsheet on my computer?

Ответить
Ron Toledo
Ron Toledo - 17.07.2023 17:34

AttributeError: 'DataFrame' object has no attribute 'append'. Please help me this error. thanks

Ответить
Calm Mind City
Calm Mind City - 13.07.2023 18:06

Him What Code editor did you use ?

Ответить
eduard partenie
eduard partenie - 13.07.2023 15:48

Great content and the way you delivered the info. It works perfect when using the terminal, but the .exe file doesn't save the values in excel. all the other buttons are doing what are supposed to do, not sure why the save one is not doing it's job. Many thanks for your work, you got another subscriber. :)

Ответить
Dustin Fleming
Dustin Fleming - 07.07.2023 23:30

Is there a way to add code to format the data as a table?

Ответить
Michael S
Michael S - 04.07.2023 02:30

Best tutorial on the net

Ответить
Muhammad Daud Jan
Muhammad Daud Jan - 03.07.2023 19:18

Noice

Ответить
MANASA BANGALORE
MANASA BANGALORE - 02.07.2023 19:52

Hi, Great Video

one question : Is it possible to link the excel files which are in Shared drives ?

please suggest ?

Ответить
Patrizio Tiburzi
Patrizio Tiburzi - 30.06.2023 16:27

Amazing tutorial. Thanks for your work. I have a question tho. What should I do if i need some of the fields of the excel file to be filled always with the same data?
I'll explain this. I have to worl with a boring CSV File in wich i have to manually fill only 2 or 3 cells, and the remaining (a total of 10 in a line) they have always the same data. A boring work of copy/paste for hundreds of lines. This will help me a lot if I could apply your teaching on my needs.

Thank you

Ответить
Benjamín Peña
Benjamín Peña - 28.06.2023 04:00

Man I wish I'd found your channel earlier!!! This is super useful!!!

Ответить
Ana Werena
Ana Werena - 27.06.2023 03:52

I love your channel

Ответить
farhan sayed
farhan sayed - 19.06.2023 14:11

Error showing update tkinter to 8.6. I don't how to update any solution?

Ответить
bala krishnan 28
bala krishnan 28 - 04.06.2023 18:40

Sir how to update that data using python

Ответить
Ultimate Beast
Ultimate Beast - 03.06.2023 19:50

Append is not working...getting error "dataframe object has no attribute append". Please help

Ответить
Jason Jang
Jason Jang - 29.05.2023 04:22

If I am exporting the .exe file it requires the entry_data file, how can I make it work to create new files and on existing files

Ответить
Jason Jang
Jason Jang - 29.05.2023 03:18

Thank you❤, really appreciate your efforts

Ответить
Alex
Alex - 29.05.2023 00:18

Hello! Excellent presentation!
But I got a few questions.
How I Can add a timestamp in a separate Excel column every time someone click on Submit?
Thank you!

Ответить
Shamsul Islam
Shamsul Islam - 28.05.2023 14:28

Excellent.

Ответить
Daniela Kirchner
Daniela Kirchner - 26.05.2023 21:58

I get an error SyntaxError: invalid syntax
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 786, in exec_module
File "<frozen importlib._bootstrap_external>", line 923, in get_code
File "<frozen importlib._bootstrap_external>", line 853, in source_to_code
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed

Ответить
Alish's world
Alish's world - 23.05.2023 16:56

My program is compiled, but i am facing size compatibility issue, is there any way to add scroll to main window layout, hope you understand my question.

Ответить
Alish's world
Alish's world - 22.05.2023 10:18

How to make blank python file, sorry i am total nnob

Ответить
Chris Mcghee
Chris Mcghee - 19.05.2023 18:30

I can't see the GUI when I run the code. I just get the process finished message but the window showing the GUI never opens

Ответить
isthatoggy
isthatoggy - 16.05.2023 09:03

i have send this python gui in my frineds laptop.... so he has to make a different Excel files or i have to send him the sam excel file which i have
could you plz explain it ??

Ответить
Sachin Surender
Sachin Surender - 11.05.2023 13:20

Thanks for the session i built a data entry app with you video as reference for my office work, But whenever i run the code and save the data, data is getting saved but after closing the application and if i rerun the code and save data only the newly saved data is stored in the sheet the old data is deleted can you please help with this

Ответить
Alvin Correa
Alvin Correa - 09.05.2023 03:47

I made a practice with the video y it works perfectly... Thank you very much, so i have a question: it's possible to make the same program but with an Excel file macros enable? I mean, with a file.xlsm? a can i call it from de excel file?

Ответить
Jason Hammerle
Jason Hammerle - 08.05.2023 22:57

that was very well done! thanks for this! so glad i know about PySimpleGUI now!

Ответить
Alvin Correa
Alvin Correa - 07.05.2023 04:20

Fantástic video. Thanks you very much. One question: what IDE you use? I'm using Visual studio code...

Ответить
WGallo
WGallo - 04.05.2023 21:54

So I was wondering here and I would not know how to code. What if im going to enter information of a person or business, just to find out the business or person is already in the excel form? What could I do if I wanted to browse for a file and then click "enter" and then voila, all the pertinent fields would be filled automatically? Is this a hard thing to accomplish?? On and off I stop by because I simple love everything you do here, congratulations and thank you for all !!!!

Ответить
Winner Singh
Winner Singh - 04.05.2023 04:18

I Followed the video and did the code, few problem occur
If I run with xlsx file error occurred
So I run with csv file, I have changed pd.read_csv
df.to_csv

But when I run

AttributeError: 'DataFrame' object has no attribute 'append'. Did you mean: '_append'?

All the key values are accurate to excel header value

Ответить
tchuney anderson
tchuney anderson - 01.05.2023 23:39

Nice vidéo, i'm actually trying to create a button that allows me to delete automatically the last row of that excel file ... can you help ?

Ответить
Tiger38.
Tiger38. - 29.04.2023 10:57

Can someone help me,
I'm having error that "pysimplegui has no attribute 'theme' "
And many more attributes errors
What should i do?

Ответить
Winner Singh
Winner Singh - 26.04.2023 02:08

I think if I watch your videos again and again and implement it by my self, I will be select In google.

Ответить
colt wasden
colt wasden - 22.04.2023 06:21

Hello Sven, I appreciate the video it immensely helped me navigate the pandas module. I have one question about pysimplegui. When I try to offline no console i can not execute the file. I get an error that states that my excel file is uncallable. How would I ensure my excel file is included in the offline program or even if i were to put the program onto another computer how would i ensure the spreadsheet is mapped correctly. Thank you for your help I hope to hear back soon.

Ответить
Carlo Longo
Carlo Longo - 04.04.2023 21:45

Thanks for the helpful video! is it possible also to make some calculations before insert the data into the excel? How to do it? thks

Ответить
iam jays
iam jays - 30.03.2023 08:32

Thank you for this, I'll be using this as my base code, very simple to understand and follow along... Would it be possible for you to do a tutorial extending this with a pdf file viewer at the side of the entry form, I would like to make something like this but with two panes/section, 1 section for the data entry form and the other for viewing a pdf file... thank you!

Ответить
Jaime Gutierrez
Jaime Gutierrez - 18.03.2023 05:35

Amazing video! I tried turning the file into a .exe with the method you provided but it shows an error when i try to run the .exe as "no such file or directory", any ideas on how to solve it?

Ответить
michi aha
michi aha - 16.03.2023 09:09

exzellent.

Ответить
korannda
korannda - 14.03.2023 08:08

Thank, how to add more Excel sheets to this program to save data, sheet 1234

Ответить
korannda
korannda - 08.03.2023 16:34

Add push notifications this project

Ответить
Mattykek
Mattykek - 04.03.2023 21:29

Wow you made that so easy to understand. This topic was intimidating for me being new to coding. Thank you for the vid :)

Ответить
korannda
korannda - 01.03.2023 19:22

How to enter list box with scroll down to program

Ответить
Ajit Singh
Ajit Singh - 25.02.2023 23:18

Multiuser can enter the data at same time?

Ответить