Project move from C to Python.
As a member of this forum say on this project, Lyberta : "you will not get any help in C". For some reason Python is the 1ยบ most used language today.
The Python advantages Post is published at the Blog going to post the info on the XML file also lather but here already goes the gross preview on the post.
https://thebox0.blogspot.com/
What's new?
Implementing macros which will allow for a fast prototype for any project before any thing. will be nice to get some help for tasks. Your will not need any knowledge since opt to do it in XML instead my costume file format that i'm working on.
Tasks:
- tweak colours and improve interface (space, padding, % space, margin, font...).
- Typing task : to fill macros xml file width info from w3schools or manuals.
- Give feed back and add new links to the interface.
- Connect the xml file width the costume code editor to make macros work.
- Create connection function in the macros to do your own costume macros. Ex this costume macro will link 2 base macros together.
- Publish macro width and width out the notes on code editor.(fadding effect on notes)
- Optional : create or implement a xml editor to ease the fill of data to the file.
What you will gain:
You can't memorise of the computer because comp lights are hypnotic so it will be a very relaxing tasks for your future projects. You will have all the code in a macro
format and you will be able to create your own connections.
Should put a simple xml example? :
<?xml version="1.0" encoding="UTF-8"?>
<macros>
<python>
<tkinter>
<label>
<macro>variable = Label(root, text="info", width=20, font=("bold", 15))</>
<notes>needs parent element in here named root</>
</label>
<button>
<macro>variable = Button(root, text="Register", command=register)</macro>
<notes>needs parent element in here named root</notes>
</button>
<parent element>
<macro>root = Tk() </macro>
<notes>needs "from tkinter import *"</notes>
</parent element>
...
You don't need any knowledge you can do it directly on the xml file... but If what to create a xml reader to ease the task ...
Why I need help?
This repetitive tasks consume a lot of time and any one can do it. It will free me to focus on more complex design tasks.
My Perspective
Hammer width out any automation will lead you no where. It will lead as i read this guy is starting is 20 project and showing to friends not going any here.
"In programming only counts the stuff that is working"
But all things are a bet people promise AI will improve prog, Priests say it will attract the devil "to great influence on people"...
https://thebox0.blogspot.com/