Python Forum
First python project - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code Review (https://python-forum.io/forum-46.html)
+--- Thread: First python project (/thread-38944.html)



First python project - PatM - Dec-13-2022

Ok my first completed Python/PySide6 program. Works fine but I would classify myself as a clumsy wannabe programmer at best so it's pretty ugly. I still have work to do. I am quite absent minded so I added a TodoList.py that shows my todo lists in code to remind me.

If anyone is interested in making suggestions or criticising/praising I have it up at GitHub at https://github.com/pmeloy0/ButtonSlicer

Thanks


RE: First python project - PatM - Dec-13-2022

Oops, I forgot to say what the program is!

It's a button maker. Use any bitmap or SVG button and the program slices that into three parts (you can trim the image). From there you are presented with what the button looks like at the size you specify. You can save the three parts and use those in your own button class or save a blank complete button for your use. There is also a captioner that uses the font/size/color you specify that tries to center the text in the button but also allows you to change the x/y offsets to your liking then save the captioned image (still at the size you specify).


RE: First python project - PatM - Dec-13-2022

Another oops, didn't see the code review forum, should have posted this there instead. Sorry