Skip to content
Stephen Wilde

Stephen Wilde

Just your avarage programmer!

Primary Menu
  • Home
  • About Me
  • My Programs
    • C/C++
      • Want Cake? – Program
      • A really simple basic tax calulator UK (C++)
    • Python3
      • QR Generator
      • Unnecessary hard game
  • Software I use
  • My Websites
    • MHmatters
    • Wilde247
    • FULLirc
    • 2APP (COMING SOON)

Software

ChatGPT bot for Discord in Python

Posted on March 12, 2023March 12, 2023 by Stephen Wilde
ChatGPT bot for Discord in Python

To get started you will need Three things: A Discord server, Discord Developer application, and the ChatGPT API So let’s get started you are going to need two python files. This is not essential as you can merge your tokens on one script but for the sake of this tutorial, Continue Reading

Posted In ai, Discord, python, Software

UK payroll system

Posted on August 6, 2022August 6, 2022 by Stephen Wilde

I have decided to make a payroll system (Well start one). You can find it here Disclaimer: It is in its very early infancy and even when completed this should be a guide only. I am not an accountant and do not fully understand the UK payroll structure I am Continue Reading

Posted In New project, oop, Programs, SoftwareTagged In c++

Another IDE I now use as well

Posted on April 19, 2020April 19, 2020 by Stephen Wilde

One of my first posts to this website is explaining the IDE I use and that was and still is: NetBeans, but I now use a second IDE as well and that IDE is called Code Blocks. With code blocks, you can make UI’s (User Interfaces easier) as well as Continue Reading

Posted In Software

The IDE I use

Posted on March 31, 2020April 2, 2020 by Stephen Wilde

To get started with my journy through C++ my IDE of choice is: Netbeans for its ease of use and simplicity for building and running applications, I chose to use Netbeans as my main IDE. Download Netbeans Windows may take a bit of configuring so I would also recommend you Continue Reading

Posted In Software

Search

Socialize with me!

Downloads

Athena Discord Bot | GitHub
QRGenerator | GitHub
8Ball – UI | GitHub
UHGame | GitHub

Recent Posts

  • ChatGPT bot for Discord in Python
  • UK payroll system
  • Eww, I’m not eating that!
  • It’s a pill?
  • I need your help
  • Discord Bot! (Actually useful – Python)
  • Python in a browser?
  • IRC Bot
  • QRGenerator Update
  • QRcode Generator Python
i = 20
o = 22

print(f"This block is very special it was written in Python and displayed with Python thanks to PyScript it can even do math. So to explain I made an int i = 20 and int o = 22 and made it work it out see!: {i+o}")

The code I used for the above block
<py-script> 
i = 20
o = 22

print(f"This block is very special it was written in Python and displayed with Python thanks to PyScript it can even do math. So to explain I made an int i = 20 and int o = 22 and made it work it out see!: {i+o}")

</py-script>
Tweets by stephenwilde247




© 2008 - 2022 Copyright All rights reserved