Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Code Forum!
Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.
I can program in Swift and have a Lenovo Thinkpad T460 with current Ubuntu and Swift installed. I already make Swift libraries. Is there any way to make an app for any Apple platform on Ubuntu as I have? Like could I make an iOS, iPadOS, MacOS or VisionOS, etc. app? Not all at once obviously but...
I know this may be little off topic but I would appreciate some response..
In short, my point is that I graduated 1 year ago and have been learning Java up to now. I have decent knowledge about almost every aspect of this language but I don't know if I will get employed with no experience at...
Hello;
I have recently gotten motivation to create a web-based scheduling application for my friend's business. I need to have it be able to log a list of clients including their specifics (i.e. gender, name, email), and also have a scheduling feature for assistants to keep track of the...
I've made an app in Html CSS and JavaScript (I know it's not the best language for making apps but I only know these). I'm made it for android using WebView. I also want to make this app run on windows. Is there a free way to do that? I don't want to use nwjs or electron, because the whole app...
import pyautogui
import tkinter
import sys
from tkinter import *
def delete():
while True:
pyautogui.click()
pyautogui.press('up')
pyautogui.hotkey('ctrl', 'a')
pyautogui.press('backspace')
for x in range(3)...
Hi, I am looking at making my first tkinter application I read multiple materials and books on the subject, but I have some questions, and I'm open to methods available in other GUI development systems as well.
My goal, is; say I have an exe on my computer and tell the application where to...