How do you open the thing with ~/desktop Sorry im new to this
@krazeNorway2 ай бұрын
Windows + R, then type 'cmd'
@mrbombastic-j9j4 ай бұрын
which app is used to design app
@sachinkarthikeyan-z4t Жыл бұрын
How do I do it if I want the user to choose the subject he wants before entering into the quiz
@alinachudnova10 ай бұрын
for example, you can add a dropdown menu ('Menubutton' widget in ttkbootstrap) with subject options and based on the user's selection load the quiz data
@LGaboca5079 ай бұрын
Where do you put this? ~ > cd desktop....
@rajeevroy072911 ай бұрын
is it a good project to add on resume if u r a fresher?
@alinachudnova10 ай бұрын
🤷 it depends on the context and relevance to the job you're applying for..
@sandeepkudale15436 ай бұрын
Which database did you use to make this
@andouillesupreme8 ай бұрын
How can I do to put an specific image for each questions of the Quiz ?
@emmanueloglegwu640310 ай бұрын
You're a hero bro! I tried it and it worked. God bless you.
@SardorSardor-d1i Жыл бұрын
Great video! Which tool did you used to design game?
@alinachudnova Жыл бұрын
Thank you! I used a tool called Excalidraw (excalidraw.com/)
@jabesonicthemiraclebox10 ай бұрын
when I run it I get this error; ModuleNotFoundError: No module named 'ttkbootstrap'. Can you help please, I am a novice in Python
@alinachudnova10 ай бұрын
ttkbootstrap is NOT installed! you need to install it before running your script python -m pip install ttkbootstrap or pip install ttkbootstrap
@jabesonicthemiraclebox10 ай бұрын
@@alinachudnova thanks
@emmanueloglegwu640310 ай бұрын
How do you run the program?
@alinachudnova10 ай бұрын
Simply execute the main.py file in your terminal. > python3 main.py or python main.py
@BurninVinyl Жыл бұрын
Very interesting! How did you do the prototype at the beginning?
@alinachudnova Жыл бұрын
Thank you! I used a free whiteboard tool called Excalidraw (excalidraw.com/)
@BurninVinyl Жыл бұрын
@@alinachudnova Thank you for the reply. If only I knew this sooner I wouldn't suffer with figma lol.Thanks again for the reply sweetheart.
@StarBytes-Express Жыл бұрын
from ttkbootstrap import Style how can i fix bro?
@alinachudnova10 ай бұрын
make sure that the ttkbootstrap is installed correctly and ensure that you're using the correct import statement
@TAKEYMAX11 ай бұрын
bro how to add a level in this game'
@alinachudnova10 ай бұрын
you can create multiple sets of quiz data for different levels. To implement a level selection you can use the "Menubutton" widget in ttk
@QorQar Жыл бұрын
How on colab
@alinachudnova Жыл бұрын
Your question is somewhat unclear, so I can't give you a specific answer... 😕
@uvassilov Жыл бұрын
GUI is so clickbait >:(
@alinachudnova Жыл бұрын
GUI on the thumbnail should always be eye-catching :D
@AbdulRahmanACCA6 ай бұрын
poor video could not understand
@animanhwa35885 ай бұрын
Thats why you need to understand every code, not just copy and paste it.