• Decor,  Lifestyle

    7 Ramadan Kareem decor + gadgets

    English: For those participating the Ramadan this year below décor and gadgets. From a calendar to countdown the days for Ramadan Mubarak to an office tea mug that says Bismillah when you start drinking tea. I wish everyone who participates in Ramadan a beautiful Ramadan, Ramadan Kareem. Nederlands: Voor wie dit jaar meedoet aan de Ramadan hieronder decor en gadgets. Van een kalender om de dagen af te tellen voor Ramadan Mubarak tot een theemok voor op kantoor waarop Bismillah staat als je thee gaat drinken. Ik wens iedereen die meedoet aan de Ramadan een mooie Ramadan, Ramadan Kareem.

  • Decor,  Lifestyle,  Motherhood,  No Category

    Easter books crafting ideas + home decor

    I was hesitating to publish this post to celebrate easter because I have followers from all different backgrounds and religions. For those following my blog and looking for easter inspirations, spring/easter books for their children, crafting ideas and home decorations you can find some inspiration below. If selected some pieces from spring flowers to easter bunny's.

  • Career,  Lifestyle,  News,  Science,  Tech

    7 steps to install Tkinter and run a ‘Hello World’ file

    Download Visual Studio Code Create a new file for example main.py Check python version type python –version in the terminal Check the version of pip and execute the command pip -V Create a new virtual environment execute the command python -m venv /path/to/new/virtual/environment Install Tkinter pip install tk Import Tkinter and run a “Hello World” file # Python tkinter hello world program fromtkinter import* root =Tk() a =Label(root, text ="Hello World") a.pack() root.mainloop() Then run the file, below is the result of your tkinter hello world program.

You cannot copy content of this page