Skip to content

tommycmt/simple-python-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Python-GUI

This is a practising application for myself. Features of this application will be added without any milestone schedule.

Getting Started

This is a simple python GUI application. The provided functions may not be useful at all. This application is mainly using Python tkinter, selenium with BeautifulSoup to do the GUI and Web-scraping. The structure of this application is built on OOP which may not be the best/good practise on making a python GUI application.

Prerequisites

The things you need to install the software

  • Python 3.x (recommend the latest version)
  • BeautifulSoup
pip install beautifulsoup4
  • selenium (with chrome webdriver)
pip install selenium

Installing

To get this application

  1. Clone this repository
git clone https://github.com/tommycmt/simple-python-gui.git

Run this application

Go to the root directory under simple-python-gui

pythonw main.py [--module [modules]]

Current modules : main weather warframe

if --module is not provided, all module will be shown

Example:

pythonw main.py --module main weather warframe

Wait for a while and wait the content is loaded The following screenshot is a successful screen.

Image of successful screen

Built With

Authors

License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE.md file for details

Acknowledgement

  • HKO - Weather Information
  • Warframe - Warframe Alert and Invasion Information

About

Python GUI application for learning purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages