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.

SignUp Now!

application

  1. JosiahMaybe

    Is there a way to make an Apple app on Ubuntu?

    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...
  2. J

    Java Any project ideas for landing a job ?

    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...
  3. A

    Starting a Scheduling Application

    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...
  4. Johna

    How can I create desktop applications from html

    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...
  5. Mettatone

    Python My basic python script is not responding, please help.

    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)...
  6. J

    Loading an application into a widget tkinter GUI

    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...
Back
Top Bottom