Where can I upload my game?
Hello, I created a game with batch processing and now want to make it public. Do you know where I can upload it as a folder for free? Thanks in advance!
Hello, I created a game with batch processing and now want to make it public. Do you know where I can upload it as a folder for free? Thanks in advance!
Hi guys, I've been thinking about learning programming and creating games as a hobby for months now. But… How should I begin learning all of this? I honestly have no idea how to get started. Are there any courses or something? Maybe you can help me figure out how best to get started.
Hi, For four months now I've had the problem that my jaw gets stuck on the left side after I sleep. This only happens when I sleep and only when I sleep on my left side or on my back. If I sleep on my right side this hardly ever happens. I always wake up…
I need software into which I can enter code (beginner-friendly). It should be able to recognize colors and click on them. :3 Thanks in advance. In the image, the script clicks on green, for example.
import discord, ezcord, os, asyncio, yt_dlp intents = discord.Intents.all() intents.voice_states = True bot = ezcord.Bot( intents=intents, debug_guilds=[1232401810845601813] ) queues = {} voice_clients = {} yt_dl_options = {"format": "bestaudio/best"} ytdl = yt_dlp.YoutubeDL(yt_dl_options) ffmpeg_options = {'before_options': '-reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 5','options': '-vn -filter:a "volume=0.25"'} @bot.event async def on_message(message): if message.content.startswith("?play"): try: voice_client = await message.author.voice.channel.connect() voice_clients[voice_client.guild.id]…
Hello! I wanted to ask what the difference is between defining an instance variable in the __init__() method: class MyClass() def __init__(self, **kwargs): self.test1 = 1 self.test2 = 2 and defining an instance variable when creating an instance of the class: objekt1 = MyClass(test3 = 3, test4 = 4) I would be very grateful for…
Hello everyone. I'm having trouble with user data on multiple accounts, and I'd like to have it automatically updated with the respective login name. Can you please help me? Thank you in advance Michi
Pack the folder with files as .zip, .rar or .7z file.
You can upload everything as a file with any file host.
In the simplest case, simply use PowerShell to recursively pack the entire folder into a zip file: