Python Forum
First python project
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
First python project
#1
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
Reply
#2
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).
Reply
#3
Another oops, didn't see the code review forum, should have posted this there instead. Sorry
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020