• Celebrity,  Lifestyle,  Motherhood,  News

    DIY Trend Barbie selfie generator

    Because Barbie the Movie is out at 21 of July and the trailer has been officially published April 4th. The upcoming film from director Greta Gerwig is looking promising. They have created a selfie generator that is turning all the barbie fans crazy. The Selfie generator is big hit in Hollywood and is getting a trend everywhere. It's very easy to create and to share your Barbie selfie with others. A great activity for young and old. Have Fun!

  • 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.

  • Celebrity,  News

    In style of bachelorette Sylvia Geersen

    For those who have seen the new episode of the Bachelorette with Sylvia Geersen. Monica Geuze had a short chat with Sylvia Geersen if there was one of the men having her interest. Monica wears a neongreen satin dress and when Sylvia appears in a bright red dress with lots of tule and a glitter top that suits her perfectly.

  • Career,  Lifestyle,  News,  Tech

    3 Best Antivirus apps to protect your smartphone from malware

    We use smartphones on a daily basis and without knowing you could download malware. To prevent this there are some free antivirus app to get the dirt out of your phone. Below I've made a list from the best apps you can install and use. The apps can clean viruses, trojans, malware and protect you from improper app permissions. They have a free version, some have a premium version with more options.

You cannot copy content of this page