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
Stephen Wilde
UK payroll system
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
Eww, I’m not eating that!
So it’s another pill that adds to the last post I made… Would you want to eat one that looks like this? Yuck! Too bad though this will not be an option if you leave it too long after eating a good one! So by now some of you may Continue Reading
It’s a pill?
Just going to leave this here and not explain why! Also yes I did make this from nothing so please do not steal. There is a clue as to what this is somewhere within this post More posts to follow with more of whatever these are!
I need your help
I am looking for some projects to do any ideas?
Discord Bot! (Actually useful – Python)
OUTDATED NOW, ALL UPDATES ARE ON THE GITHUB REPO: https://github.com/stephenwilde247/AthenaDiscordBot I wanted to make a discord bot for the upcoming release of the MHmatters discord server. Now it’s nearly complete I wanted to share the code with . There is a lot of work to be done but so far Continue Reading
Python in a browser?
The future of web creation is here, whilst its marketing campain as a Javascript killer is a little ambitious at the moment Py-Script makes it possible to run Python in a web browser and having a little play with it has made me realise I needed this more than I Continue Reading
IRC Bot
I have started to make a bot in Python for IRC. I wanted to post it here in case you want to use one on the new network I launched called FULLirc. This is being released to #mhmatters channel on the FULLirc network. This is in very early infancy so Continue Reading
QRGenerator Update
I decided to update the QR Generator as to now put the generated QR codes into its own file rarther than filling up where ever you download the program to. The update is now on GitHub https://github.com/stephenwilde247/qrgenerator All QR codes now go into a folder called generatedqr the program even Continue Reading
QRcode Generator Python
I use QR codes a lot for many diffrent projects and can’t really be bothered using an online genrerator so i made one a while ago and use it a lot so I wanted to share it with you. Feel free to try it out the source code is: This Continue Reading