520 skills found · Page 3 of 18
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.
weltond / ECall MSD Decoder:police_car:A GUI based on Python Tkinter to decode MSD (Minimum Set of Data)
thom-jp / Tkinter Pack SimulatorThis is python tkinter GUI pack method simulator
precise-simulation / Mesh ViewerPython STL/OBJ CAD mesh viewers comparing Matplotlib/Plotly/Vispy backends and Tkinter GUI
PB2204 / GUI ProjectsThis Is A GUI Projects Repositories Using Python Programming Language...
Vishal023 / Quiz AppA quiz app created with GUI in python using tkinter.
jerryxjr1220 / AardioGUI2PythonTransfer an aardio GUI to TKinter GUI of Python
RENyunfan / Rosbag Filter AppThis Python application provides a graphical user interface (GUI) for filtering ROS bag files based on specific topics and time intervals. The application is built using Tkinter and supports filtering by topics and time based on both ROS time and relative time.
computerwala / Taxi Booking System Using Python GUI Tkinter Hacktoberfest 2021This is a basic application to book a taxi with the help of graphical user interface #hacktoberfest2021
yumin-chen / Tic Tac Toe In PythonSocket-based client-server Tic Tac Toe game in Python developed using TkInter GUI toolkit.
DalyaG / PyGraphicsGuiA "CookieCutter" for a Pythonic GUI with custom graphics - clone this to jump-start your project and learn how to integrate between ModernGL and Tkinter on Python3.6.
Akascape / CTkPopupKeyboardOn-Screen Keyboard/Numpad widget for customtkinter. (extension/add-on)
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).
aliencaocao / Ytdlp GuiA simple GUI for yt-dlp based on Tkinter, written in pure Python 3
HartzFrequency / Unified Travelling And Transport SystemThe "UTTS" is a GitHub repository featuring code and documentation for a transportation system aimed at unifying multiple modes of travel and transport. This includes backend and frontend source code and user manuals. It's an open-source project, allowing contributions from anyone interested in improving it.
dataiteam / Python GUI Tkinter PyQt5 With Real World Python ProjectsPython GUI: Tkinter & PyQt5 with Real World Python Projects!
Hurray0 / Python ChatroomPython版聊天室 GUI(Tkinter) 私聊、群聊、组播
shivambangwal / Student Management System PYTHON GUI Tkinter. This Repository contains Student management System made with the help of PYTHON language using GUI, tkinter & sqlite3.
psawicki5 / Python GUI Mp3 PlayerPython GUI program that serves to play mp3 music files. GUI was made with Tkinter module, sound playback with Pygame, metadata of songs was acquired with Mutagen.
ashutoshkrris / GUI Quiz TkinterA Python GUI Quiz Application built using Tkinter and Open Trivia DB