<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: MOOICT</title>
    <description>The latest articles on DEV Community by MOOICT (@mooict).</description>
    <link>https://dev.to/mooict</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F874287%2Fb87719fa-24d4-48cc-83de-99fc878da8f1.png</url>
      <title>DEV Community: MOOICT</title>
      <link>https://dev.to/mooict</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mooict"/>
    <language>en</language>
    <item>
      <title>Python Tkinter Project - Make a Number Guessing Game with Buttons</title>
      <dc:creator>MOOICT</dc:creator>
      <pubDate>Mon, 20 Mar 2023 13:28:47 +0000</pubDate>
      <link>https://dev.to/mooict/python-tkinter-project-make-a-number-guessing-game-with-buttons-588o</link>
      <guid>https://dev.to/mooict/python-tkinter-project-make-a-number-guessing-game-with-buttons-588o</guid>
      <description>&lt;p&gt;Hi Welcome to this new tutorial from MOO ICT. Here we will be making a number guessing game using python and tkinter. The main feature of this game is that it will have 3 clickable buttons, each button will display random number. The computer will have a secret number variable that will contain one of the buttons random number. User will need to click on the right button to guess the computers secret number. If they do it will display a text to say you guessed it correctly if not you can continue to play. I didn’t do an end to this game on purpose so you can make it or end it anyway you want to.&lt;/p&gt;

&lt;p&gt;Lesson objective’s –&lt;br&gt;
Make a number guessing game with Python and Tkinter&lt;br&gt;
Use multiple GUI components in the game&lt;br&gt;
Add buttons to lists&lt;br&gt;
Use random to pick a random button and pick random numbers for the buttons&lt;br&gt;
Use local and global variables&lt;br&gt;
Use functions and Events in the game&lt;/p&gt;

&lt;p&gt;YouTube Tutorial&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/3CKSo-2fStM"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mooict.com/python-tutorial-make-a-gui-number-guessing-game-with-tkinter/"&gt;Number Guessing Game with Python Source Code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>python</category>
      <category>tkinter</category>
      <category>gui</category>
    </item>
    <item>
      <title>Python Tkinter Project - Make a Magic 8 Ball App</title>
      <dc:creator>MOOICT</dc:creator>
      <pubDate>Mon, 20 Mar 2023 13:24:35 +0000</pubDate>
      <link>https://dev.to/mooict/python-tkinter-project-make-a-magic-8-ball-app-1b5f</link>
      <guid>https://dev.to/mooict/python-tkinter-project-make-a-magic-8-ball-app-1b5f</guid>
      <description>&lt;p&gt;Hi Welcome to this new tutorial from MOO ICT. In this tutorial we will be making a small magic 8 ball style application using python and tkinter. This is a continuation tutorial on our Python Tutorial Series. For this application we will making this step by step in the video tutorial below. Before we start please make sure you have the PILLOW framework installed on your python. This framework allows us to use the ImageTk and Images function to load and display images to the Tkinter window.&lt;/p&gt;

&lt;p&gt;Lesson Objective –&lt;/p&gt;

&lt;p&gt;Make a Magic 8 Ball APP using python and Tkinter&lt;br&gt;
Create functions and events and link them to the button and the entry box&lt;br&gt;
Use various colours on the GUI in tkinter&lt;br&gt;
Use OS library to loop through a folder and load the images to a list&lt;br&gt;
Use lists and random to choose a random answer for the user input&lt;br&gt;
Check user input and show error message if the entry box is empty&lt;br&gt;
Bind Click button and Enter Key Event for the application&lt;/p&gt;

&lt;p&gt;YouTube Tutorial&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/pESM_q5S-Rk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mooict.com/make-a-gui-magic-8-ball-app-with-python-and-tkinter/"&gt;Download 8 Ball images/Source Code here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;See MOO ICT website or the YouTube Channel for more tutorials on this topic. *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Thank for checking this out and Happy Coding. &lt;/p&gt;

</description>
      <category>python</category>
      <category>tkinter</category>
      <category>gui</category>
    </item>
    <item>
      <title>C# Tutorial – Create a Football Penalty Kick Game in Visual Studio with Win Forms</title>
      <dc:creator>MOOICT</dc:creator>
      <pubDate>Tue, 24 Jan 2023 15:51:51 +0000</pubDate>
      <link>https://dev.to/mooict/c-tutorial-create-a-football-penalty-kick-game-in-visual-studio-with-win-forms-34l</link>
      <guid>https://dev.to/mooict/c-tutorial-create-a-football-penalty-kick-game-in-visual-studio-with-win-forms-34l</guid>
      <description>&lt;p&gt;In this tutorial we will create a football penalty shootout game in visual studio using c# programming language. In this game you are able to click on a selective targets around the goal post and as you select one it will shoot the football towards it. The goal keeper has its own independent movements and he can block your goals from being made. The overall structure of the game is simple and easy to understand.  &lt;/p&gt;

&lt;p&gt;Lesson Objectives –&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Create a football penalty shootout game in visual studio using c#
Create click events using picture boxes
Create goal keeper movements using lists and strings
Using a timer object to animate the ball and the goal keeper
Using image sprites and changing the goal keepers state within the game
Using various data types such as Integers, Boolean, Strings and List to make the game work
Using windows form components such as Picture Boxes, Timers and Labels to complete the game
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Here is the youtube tutorial video&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/V3AAh5UYlIg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mooict.com/c-tutorial-create-a-football-penalty-kick-game-in-visual-studio-with-win-forms/" rel="noopener noreferrer"&gt;Download Football Pentaly Kick Game images here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;See MOO ICT website or the YouTube Channel for more tutorials on this topic. *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Thank for checking this out and Happy Coding. &lt;/p&gt;

</description>
      <category>gratitude</category>
    </item>
    <item>
      <title>Make a Punch Out Game in Windows Forms and C#</title>
      <dc:creator>MOOICT</dc:creator>
      <pubDate>Tue, 24 Jan 2023 10:08:40 +0000</pubDate>
      <link>https://dev.to/mooict/make-a-punch-out-game-in-windows-forms-and-c-5d9n</link>
      <guid>https://dev.to/mooict/make-a-punch-out-game-in-windows-forms-and-c-5d9n</guid>
      <description>&lt;p&gt;Hi, in this post lets take a look at how to make a punch out game using Windows Form and C# programming. We will be using picture boxes, timers, progress bars in windows form to make this game. Hope you enjoy this one. &lt;/p&gt;

&lt;p&gt;Lesson Objectives –&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Create a simple punch out game in visual studio using c# programming language
Using progress bars to show the health of player and opponent
Using Selection to determine the hit test between player and opponent
Using LIST to create variety of moves for the opponent which is controlled by the CPU
Using Picture Boxes and Resources to show dynamic images for the player and the opponent
Determining the who won the round and who lost the round using integers linked to the progress bars
Using Key Down and Key Up events to control the player
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Here is the youtube tutorial video&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/QulZJVbGhvE"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mooict.com/c-tutorial-create-a-simple-punch-out-boxing-game-in-visual-studio/" rel="noopener noreferrer"&gt;Download Punch out Game images here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is also a written tutorial attached to the tutorial. Please find it below the images tab on the MOO ICT website. &lt;/p&gt;

&lt;p&gt;Happy Coding. &lt;/p&gt;

</description>
      <category>performance</category>
      <category>discuss</category>
      <category>programming</category>
    </item>
    <item>
      <title>Make a Simple Image Gallery Using Tkinter and Python</title>
      <dc:creator>MOOICT</dc:creator>
      <pubDate>Thu, 12 Jan 2023 15:23:55 +0000</pubDate>
      <link>https://dev.to/mooict/make-a-simple-image-gallery-using-tkinter-and-python-2p4j</link>
      <guid>https://dev.to/mooict/make-a-simple-image-gallery-using-tkinter-and-python-2p4j</guid>
      <description>&lt;p&gt;Hi in this post I will be sharing with you how to make a image slide show using Tkinter and Python. I am slowly making progress into learning python and this project was kind of fun to work out. I am using the pillow (PIL) framework to show the images and resize them on the screen. &lt;/p&gt;

&lt;p&gt;Here is the youtube tutorial video&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/olom5Ow7zbo"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mooict.com/make-a-image-slide-show-app-using-python-and-tkinter/"&gt;Download Image Slide Show Images Here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Source code here&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;from tkinter import *
from PIL import ImageTk, Image
# set up the tkinter window
root = Tk()
root.title("MOO ICT Python/Tkinter Image Viewer")
root.geometry("610x430")
root.iconbitmap("images/icon.ico")
 
# set up the images
image1 = ImageTk.PhotoImage(Image.open("images/01.jpg").resize((600, 350)))
image2 = ImageTk.PhotoImage(Image.open("images/02.jpg").resize((600, 350)))
image3 = ImageTk.PhotoImage(Image.open("images/03.jpg").resize((600, 350)))
image4 = ImageTk.PhotoImage(Image.open("images/04.jpg").resize((600, 350)))
image5 = ImageTk.PhotoImage(Image.open("images/05.jpg").resize((600, 350)))
# add them to the list
image_list = [image1, image2, image3, image4, image5]
# counter integer
counter = 0
# change image function
def ChangeImage():
    global counter
    if counter &amp;lt; len(image_list) - 1:
        counter += 1
    else:
        counter = 0
    imageLabel.config(image=image_list[counter])
    infoLabel.config(text="Image " + str(counter + 1) + " of " + str(len(image_list)))
# set up the components
imageLabel = Label(root, image=image1)
infoLabel = Label(root, text="Image 1 of 5", font="Helvetica, 20")
button = Button(root, text="Change", width=20, height=2, bg="purple", fg="white", command=ChangeImage)
# display the components
imageLabel.pack()
infoLabel.pack()
button.pack(side="bottom", pady=3)
# run the main loop
root.mainloop()
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>tkinter</category>
      <category>python</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>Make a Clicking App in Tkinter and Python</title>
      <dc:creator>MOOICT</dc:creator>
      <pubDate>Thu, 12 Jan 2023 14:36:02 +0000</pubDate>
      <link>https://dev.to/mooict/make-a-clicking-app-in-tkinter-and-python-3g6m</link>
      <guid>https://dev.to/mooict/make-a-clicking-app-in-tkinter-and-python-3g6m</guid>
      <description>&lt;p&gt;HI Lets make a simple Clicking App using Python and Tkinter. I am starting to learn more about Python and the more I learn the more interesting its becoming. To start I want to follow the same way I have learned all the .Net programs I have done before and I want to make small tutorials which will help others learn the same way I have. So here is the small Clicking app I have made using tkinter and Python. I have done a video tutorial of this on youtube if you want to check it out there. &lt;/p&gt;

&lt;p&gt;YouTube Video Tutorial - &lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/vvZ3yiEMjDg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Source Code is here -&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;from tkinter import *
 
root = Tk()
root.geometry("300x300")
root.title("MOO ICT Button Clicker")
 
number = 0
 
def ClickButton():
    global number
    number += 1
    ShowInfo["text"] = "You Clicked " + str(number) + " times."
 
ClickingButton = Button(root,text="Click Me!", padx=50, pady=50, bg="gold", font=("Arial, 22"), command=ClickButton)
ShowInfo = Label(root, text="message", font=("Arial, 20"), fg="purple", pady=20)
 
ClickingButton.pack()
ShowInfo.pack()
 
root.mainloop()
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>tkinter</category>
      <category>python</category>
      <category>pythongui</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Create a Top Down Zombie Shooter Game with C# and WinForms in Visual Studio</title>
      <dc:creator>MOOICT</dc:creator>
      <pubDate>Wed, 08 Jun 2022 13:35:21 +0000</pubDate>
      <link>https://dev.to/mooict/create-a-top-down-zombie-shooter-game-with-c-and-winforms-in-visual-studio-pn8</link>
      <guid>https://dev.to/mooict/create-a-top-down-zombie-shooter-game-with-c-and-winforms-in-visual-studio-pn8</guid>
      <description>&lt;p&gt;YouTube Video For the Tutorial: &lt;iframe width="710" height="399" src="https://www.youtube.com/embed/TxmhaSTRav4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Download the GitHub Project for &lt;a href="https://github.com/mooict/Top-Down-Zombie-Shooter-Game-in-Windows-Form"&gt;Top Down Zombie Game Tutorial&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope you find this tutorial helpful. &lt;/p&gt;

</description>
      <category>csharp</category>
      <category>tutorial</category>
      <category>gamedev</category>
      <category>visualstudio</category>
    </item>
  </channel>
</rss>
