Looking to start learning Python?

Begin Here

Category: Cross-Platform

This article will be about a topic that can be used across platforms, such as Linux, Windows and Mac.

Creating an MP3 Tagger GUI with wxPython

September 22, 2021 by Mike
I don't know about you, but I enjoy listening to music. As an avid music fan, I also like to rip my CDs to MP3 so I can listen to my music on the go a bit easier. There is still a lot of music that is unavailable to buy digitally. Unfortunately, when you rip […]

wxPython by Example - Creating a wx.Notebook (Video)

July 10, 2020 by Mike
In this tutorial, you will learn how to add a wx.Notebook to your GUI application using wxPython. The notebook widget is how you would add a tabbed interface to your application. Related articles wxPython: A Simple Notebook Example The “Book” Controls of wxPython (Part 1 of 2)

A Brief Intro to PySimpleGUI

October 23, 2019 by Mike
Creating graphical user interfaces (GUI) can be difficult. There are many different Python GUI toolkits to choose from. The top three that you are likely to see mentioned the most often are Tkinter, wxPython and PyQt (or PySide2). However there is a newer toolkit called PySimpleGUI that aims to make creating GUIs easier. The way […]

wxPython - Creating a PDF Merger / Splitter Utility

September 10, 2019 by Mike
The Portable Document Format (PDF) is a well-known format popularized by Adobe. It purports to create a document that should render the same across platforms. Python has several libraries that you can use to work with PDFs: ReportLab - Creating PDFs PyPDF2 - Manipulating preexisting PDFs pdfrw - Also for manipulating preexisting PDFs, but also […]

How to Distribute a wxPython Application

March 19, 2019 by Mike
Let's say you finished up a wonderful GUI application using wxPython. How do you share it with the world? This is always the dilemma when you finish an amazing program. Fortunately, there are several ways you can share your code. If you want to share your code with other developers, than Github or a similar […]

Creating GUI Applications with wxPython Kickstarter

January 14, 2019 by Mike
I am pleased to announce my latest book project, Creating GUI Applications with wxPython which I am running a Kickstarter campaign for. Creating GUI Applications with wxPython is a book that will teach you how to use wxPython to create applications by actually creating several mini-programs. I have found that while learning how the various […]
1 2 3 40
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary