Author: Jimi Gadafi
-
few lines to make python tkinter calendar

our next step is to import tkinter create the mainwindow for the app and set the app title now lets create our function to display our calender for a given date. lets create the entries for month and year then the button to call our function and keep our main window to wait for user…
-
fully functional audio mp3 player with python tkinter and pygame

python tkinter audio mp3 player project
-
Python tkinter app to convert word documents into mp3 files offline

Some times you just want to listen rather than read ,with this app you can convert text to mp3 It works offline and its based on the python text to speech library pyttsx3 Pip install pyttsx3 First we import the necessary libarries Tkinter for GUI Pyttsx3 for text to mp3 conversion Docx to get all…
-
Photo gallery with pythonTkinter project that display all of your image files

This time I made a gallery with tkinter ,it was a matter of playing the Button functionality of tkinter ,it works well but thier is still room for improvement the external library i installed is Pillow which is refered to as pil pip install Pillow first import the needed libraries tkinter for GUI PIL for…
-
Weather of any place using only python

This app can give the user the current weather of any place, with details such as temperature etc You do not need any external library, only sign up for an api key in this website https://openweathermap.org/ First import the required libraries Tkinter for GUI Requests to get weather info from the open weathermap Json to…
-
A PYTHON TKINTER APP TO MAKE QRCODES IN A FEW LINES COMPLETELY OFFLINE

This application makes the creation of qrcodes easier and offline, you can add any information in this qrcodes even links to open up websites This application is so simple that it only has one function whose role is to get the information to store and the file to save as For this just pip install…
