@ribsmcgee1 Do you mean with a popup? I go over gui development with Python in Python 2.7 Tutorial Pt 15 Tkinter GUI I pretty much have covered everything :)
@ribsmcgee1 That would be a nightmare because of all the Microsoft odd characters. Now if you exported an excel spreadsheet into a CVS that would work
Another question is how would I go about making eclipse say Process Complete after making a new file?
ribsmcgee1 7 months ago
@ribsmcgee1 Do you mean with a popup? I go over gui development with Python in Python 2.7 Tutorial Pt 15 Tkinter GUI I pretty much have covered everything :)
derekbanas 7 months ago
@derekbanas No, I meant how would I make Process Complete come up in the console tab in eclipse when I use the os.mkdir command?
ribsmcgee1 7 months ago
@ribsmcgee1 Just tell print to print Process Complete after the code executes. I may be misunderstanding sorry
derekbanas 7 months ago
@derekbanas i tried, I put os.mkdir then my location, then under it I put print process complete but it didnt work.
ribsmcgee1 7 months ago
Ok, i understand about text files, but what if you wanted to open an Excel file?
ribsmcgee1 7 months ago
@ribsmcgee1 That would be a nightmare because of all the Microsoft odd characters. Now if you exported an excel spreadsheet into a CVS that would work
derekbanas 7 months ago