Python executable with SQLite | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python executable with SQLite

I am trying to build up a new project with Python Tkinter and Sqlite . Just wanted to know Once I have built the program which succesfully puts in data in db , can I convert it to exe ? If not Then How can we convert this to exe ? I mean what would be d steps? Sorry if it sounds like a naive query

12th May 2021, 5:58 PM
Sanket
Sanket - avatar
4 Answers
12th May 2021, 6:52 PM
Václav Dostál
Václav Dostál - avatar
0
Thanks will read it out ..just so we are clear this will also convert all db files and everything to a single .exe and then when I run the .exe it will create the db files as per code ...?
13th May 2021, 7:51 AM
Sanket
Sanket - avatar
0
No it converts py file to exe. It suppose that in py file you connect to db, you do not need db file.
13th May 2021, 7:58 AM
Václav Dostál
Václav Dostál - avatar
0
Thanks let me try n get back
13th May 2021, 9:03 AM
Sanket
Sanket - avatar