Category: Tkinter
-
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…
-
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…
