Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: GUI for simple python project
Post: RE: GUI for simple python project

Hello Qwertz, here is your required gui code. I am also beginner to tkinter and gui creation but with the help of google this is what I made. Hope it works fine for you. # importing the required libr...
Hilal GUI 4 116,499 Jan-25-2022, 04:49 PM
    Thread: Find overlapping date in database
Post: RE: Find overlapping date in database

(Dec-16-2021, 04:39 PM)Larz60+ Wrote: I think (Can't test) SELECT * FROM tablename WHERE TO_DATE('01/01/2021', 'MM/DD/YYYY') <= TO_DATE('12/16/2021', 'MM/DD/YYYY') will do it, replace tablename ...
Hilal General Coding Help 2 1,719 Dec-18-2021, 08:15 PM
    Thread: Find overlapping date in database
Post: Find overlapping date in database

I have entered the start and end date and now I want to find the number of days which overlap with the start and end date in my database. I am having difficulty finding a logic in python which will do...
Hilal General Coding Help 2 1,719 Dec-16-2021, 04:18 PM
    Thread: data enterred through gui is not storing in sqlite3 database
Post: RE: data enterred through gui is not storing in sq...

I am converting your code to a command line interface instead of GUI. Hope to see some help from you. (Dec-15-2021, 06:40 PM)menator01 Wrote: Quick view of the pyqt5 version in the works
Hilal GUI 21 7,636 Dec-15-2021, 08:48 PM
    Thread: data enterred through gui is not storing in sqlite3 database
Post: RE: data enterred through gui is not storing in sq...

(Dec-15-2021, 06:40 PM)menator01 Wrote: Quick view of the pyqt5 version in the works pyqt5 looks awesome I think I need to learn it.
Hilal GUI 21 7,636 Dec-15-2021, 08:17 PM
    Thread: data enterred through gui is not storing in sqlite3 database
Post: RE: data enterred through gui is not storing in sq...

I saw your video on youtube, it looks very nice now and the code is also amazing, Thank you for putting your hard work in this code, I will take a lot of ideas from it whenever I am stucked at coding ...
Hilal GUI 21 7,636 Dec-09-2021, 05:43 PM
    Thread: data enterred through gui is not storing in sqlite3 database
Post: RE: data enterred through gui is not storing in sq...

sorry posted the same comments twice.
Hilal GUI 21 7,636 Dec-05-2021, 08:24 PM
    Thread: data enterred through gui is not storing in sqlite3 database
Post: RE: data enterred through gui is not storing in sq...

(Dec-05-2021, 07:59 PM)menator01 Wrote: I was intrigued by your project and started working with it. Although all buttons and functions are not done, this is what I have as of now. Only modules can ...
Hilal GUI 21 7,636 Dec-05-2021, 08:07 PM
    Thread: data enterred through gui is not storing in sqlite3 database
Post: RE: data enterred through gui is not storing in sq...

(Dec-03-2021, 05:59 PM)deanhystad Wrote: I have no idea what you are doing. You haven't posted any code for a while.Thankyou very much for your help deanhystad. My code is now working but I dropped...
Hilal GUI 21 7,636 Dec-05-2021, 06:05 PM
    Thread: data enterred through gui is not storing in sqlite3 database
Post: RE: data enterred through gui is not storing in sq...

(Dec-03-2021, 07:18 PM)menator01 Wrote: Although there are better ways, you might could do something like this with your database. #! /usr/bin/env python3 import sqlite3 from datetime import datet...
Hilal GUI 21 7,636 Dec-05-2021, 05:56 PM
    Thread: data enterred through gui is not storing in sqlite3 database
Post: RE: data enterred through gui is not storing in sq...

(Dec-01-2021, 05:07 PM)deanhystad Wrote: The error message box only pops up if your code raises an exception (the opposite of running fine). I suggest you remove all the try/excepts from your code ...
Hilal GUI 21 7,636 Dec-03-2021, 05:00 PM
    Thread: data enterred through gui is not storing in sqlite3 database
Post: RE: data enterred through gui is not storing in sq...

ok I will do as you said. My database name is question_bank, with two tables one is modulename which is used to store name of courses and one is questions which is used to store questions. Also I want...
Hilal GUI 21 7,636 Dec-03-2021, 08:58 AM
    Thread: data enterred through gui is not storing in sqlite3 database
Post: RE: data enterred through gui is not storing in sq...

(Dec-01-2021, 04:14 AM)deanhystad Wrote: There are a lot of problems here. I think it would be best if you started over and forget about doing any GUI work until you understand how sqlite3 works. ...
Hilal GUI 21 7,636 Dec-01-2021, 12:17 PM
    Thread: data enterred through gui is not storing in sqlite3 database
Post: RE: data enterred through gui is not storing in sq...

I put both of your formats in my code my none of them worked. Thank you for your time and efforts. waiting for another fix,
Hilal GUI 21 7,636 Nov-30-2021, 09:25 PM
    Thread: data enterred through gui is not storing in sqlite3 database
Post: RE: data enterred through gui is not storing in sq...

The information i enter in the gui does not get stored in sqlite3 database. I previously used MySql database which was working but when I changed the database to sqlite3 it stopped working. Also the u...
Hilal GUI 21 7,636 Nov-30-2021, 03:21 PM
  Question Thread: data enterred through gui is not storing in sqlite3 database
Post: data enterred through gui is not storing in sqlite...

Please help me with my code. Here is my code. And below this code, the database file is attached. import sqlite3 from tkinter import * #importing tkinter for GUI creation from tkinter import m...
Hilal GUI 21 7,636 Nov-29-2021, 09:47 PM
    Thread: TKINTER quiz using sqlite3 database
Post: RE: TKINTER quiz using sqlite3 database

there is a problem in quiz.py file when I run it it is not creating any gui (Apr-15-2019, 11:12 AM)Larz60+ Wrote: I have added a student info class, store the DataEntry.py script in same directory a...
Hilal GUI 45 21,619 Nov-29-2021, 09:42 PM
    Thread: load sqlite3 data into pdf
Post: RE: load sqlite3 data into pdf

Hi can you please share your code here, I am working on a same project but I am a beginner python programmer. I hame wrote parts of the code but there are many problems. It will be a great help if you...
Hilal GUI 5 4,404 Nov-29-2021, 07:58 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020