Skip to content

ThirteeNov

My personal blog about coding and internet

Menu
  • About me
  • About Zofia Kreasi
  • Cart
  • Checkout
  • Making an airplane game from scratch in Unity
  • My account
  • Privacy Policy
  • Privacy Policy – zkLeaderboard
  • Sample Page
  • Shop
  • Tutorials on Learning JavaScript
  • ZKAccounts – Privacy Policy
Menu

Category: Python

Record and Replay Keyboard & Mouse Activity Using Python

Posted on April 22, 2025April 22, 2025 by Habibie

Imagine being able to record every mouse move and keypress you make, then replay them automatically—like having a personal assistant bot. With Python and a few handy libraries, this isn’t just possible… it’s actually pretty easy! Here’s a real-world script example that allows you to record your mouse and keyboard activity, save it, and replay…

Read more

Simple Automation with Python and PyAutoGUI

Posted on April 22, 2025 by Habibie

Have you ever imagined controlling your computer automatically, as if an invisible hand is moving the mouse, typing text, or pressing keys? With Python, that’s totally possible! One easy way to do this is by using a library called PyAutoGUI. Below is a simple Python script that demonstrates how we can automate interactions with an…

Read more

Simple python trainable AI program for beginners

Posted on March 28, 2025March 28, 2025 by Habibie

Here’s a simple trainable AI program using Python that utilizes a basic machine learning model. This example demonstrates a text classifier using the sklearn library, where the AI can be trained to classify text into different categories. This program: Try running the script and entering words like “hello” or “bye” to see how it predicts…

Read more

Trainable AI-Based Expert Advisor for MT4

Posted on March 28, 2025March 28, 2025 by Habibie

How This Works: Step 1: MQL4 Expert Advisor This EA will interact with an external AI model by saving market data and reading AI-generated signals. Step 2: Python AI Model This Python script reads the market data, makes a prediction, and saves a trading signal for MQL4 to use. Step 3: Training the AI Model…

Read more

Let’s create a simple AI program using Python

Posted on March 14, 2025March 14, 2025 by Habibie

Here’s a simple Python program that can “learn” from user inputs. It stores knowledge in a dictionary and saves it to a file so it can remember past interactions. This is a very basic AI engine that learns by associating inputs with responses. How It Works: This is a simple approach to a learning AI—kind…

Read more
ciihuy2020

Welcome!

  • My YouTube Channel
  • My GitHub Page
  • About me

Categories

  • 3DVista
  • Android
  • Apache
  • C#
  • Cordova
  • Electron & Node JS
  • HTML5, CSS & JavaScript
  • iOS
  • Let's Make Unity Games
  • Misc
  • Photoshop
  • PHP
  • Python
  • Uncategorized
  • Unity
  • WordPress

Recent Posts

  • Hover Reveal script for Unity to show and hide object on mouse hover
  • How to Prevent UI Clicks in Unity from “Bleeding Through” to 3D Objects Behind Them
  • Make objects like wires and cables easily in Unity using Ciihuy Curved Mesh
  • [SOLVED] Can’t Add Custom Domain to Blogger After Losing CNAME Verification
  • iOS App Icon Generator by CiihuyCom
© 2025 ThirteeNov | Powered by Superbs Personal Blog theme