Beginner Python 3 Manjaro Linux/Windows text auto formating project

68 Views Asked by At

This is my first project so I am not experienced. I am trying to make a program for my Mom that will download a recipe of off a website like jamiecooksitup.net, recognize sections of the recipe(description, ingredients, instructions) format it(font,text size, placement of text, etc) and then spit it out as a .odt file with the option to send it to the printer. It would be nice if there was some option that could be added to Google Chrome to do this. Maybe my program could show up as a printer? It should open a GUI that lets you chose where to save the file and if you would like to print it out. It also needs to work both on Windows and KDE Manjaro (expecting to make two versions). I have already decided to use odfpy for formatting and outputting the file, but I can not find a good tutorial. I need suggestions for any other APIs as well as how the program should generally work. I am a beginner so i would like to learn from this project. I need to get better.

Edit: I just completed the W3schools tutorial a bit ago and have been practicing. I don't know enough to do this, I am trying to do it to learn. So I need to know how to: take text and images of of a webpage, text processing with odfpy, how to make a Gui, how to send commands to a printer and just generally how to be good at programing.

0

There are 0 best solutions below