77 skills found · Page 1 of 3
Akascape / Tkinter ToolkitExplore all modern tkinter widget libraries and helpful tools! (Including customtkinter)
ripexz / Python Tkinter MinesweeperMinesweeper game written in Python using Tkinter GUI library.
ShalmonAnandas / Gui Youtube DlA cross platform GUI for youtube-dl written entirely in python using the Customer Tkinter (Previously WX) library.
georgewalton / SandalsA TkInter wrapper for python inspired by the GUI library Shoes for Ruby
marczellm / TkpfA GUI library for python/tkinter with two-way data binding
Akascape / TkDialTkinter Dial-Knob widgets
Komal01 / Phishing URL DetectionPhishing website detection system provides strong security mechanism to detect and prevent phishing domains from reaching user. This project presents a simple and portable approach to detect spoofed webpages and solve security vulnerabilities using Machine Learning. It can be easily operated by anyone since all the major tasks are happening in the backend. The user is required to provide URL as input to the GUI and click on submit button. The output is shown as “YES” for phishing URL and “NO” for not phished URL. PYTHON DEPENDENCIES: • NumPy, Pandas, Scikit-learn: For Data cleaning, Data analysis and Data modelling. • Pickle: For exporting the model to local machine • Tkinter, Pyqt, QtDesigner: For building up the Graphical User Interface (GUI) of the software. To avoid the pain of installing independent packages and libraries of python, install Anaconda from www.anaconda.com. It is a Python data science platform which has all the ML libraries, Data analysis libraries, Jupyter Notebooks, Spyder etc. built in it which makes it easy to use and efficient. Steps to be followed for running the code of the software: • Install anaconda in the system. • gui.py : It contains the code for the GUI and is linked to other modules of the software. • Feature_extractor.py: It contains the code of Data analysis and data modelling. • Rf_model.py: It contains the trained machine learning model. • Only gui.py is to be run to execute the whole software.
rajeshsharma98 / Library Management System Python This repository contains library management system, made while learning Tkinter module (python's GUI toolkit) and the sqlite3 library(built-in database/sql interface).
Alok-2002 / Python Tkinter ProjectsWelcome to the Python Tkinter Projects repository! This repository contains a collection of projects built using Python's Tkinter library. Tkinter is a popular GUI (Graphical User Interface) toolkit for Python, allowing developers to create interactive and visually appealing desktop applications.
hitchhicker007 / Tic Tac ToeTic tac toe game with well GUI. Built using python tkinter library.
Prakarsha1809 / Library Management SystemGUI project of Library Management System in Python using Tkinter and SQL
sagargoswami2001 / School Management System Using PythonThis is a GUI Based School Management System Using the Tkinter, SQLite3, & TkCalender Libraries.
san99tiago / PYTHON GUICreating Python-based GUI applications | Programmed on top of Tkinter, ttk and PyQt libraries.
flyingninja97 / AmazonWebScraperA GUI based web scraper written in python using BeautifulSoup ,requests and tkinter library.
MusaTahawar / Whatsapp SMS BomberhatsApp Message Sender is a simple Python application that allows users to send WhatsApp messages programmatically using the pywhatkit library. This application provides a graphical user interface (GUI) built with the tkinter library, enabling users to enter phone numbers, messages, and schedule messages to be sent at specific times.
vednig / ShadowTkAdd Shadows to Tkinter Components
Roshanpaswan / TkPDFViewerThe tkPDFViewer is python library developed by Roshan Paswan, which allows you to embed the PDF file in your tkinter GUI.
MatinAfzal / IRIS GUIA graphical machine learning program written with tkinter and scikit-learn library.
Ayan-Kumar-Saha / Tkinter NotepadA replication of windows notepad using tkinter python GUI library
whitehatboy005 / Pencil DrawThis Python application allows you to convert images into pencil sketches using the OpenCV library. It features a simple graphical user interface (GUI) built with Tkinter for selecting images and specifying output directories.