Skip to content

vlajna95/voting_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voting GUI

A simple GUI to vote for a choice, consuming my voting API hosted on PythonAnywhere.

It's really simple. Create and start your virtual environment, clone this repo, install the requirements from the provided file, and woala!

Edit voting_gui.py and change your default URL (the API_ROOT variable). Then run the app starting the file with Python.

python voting_gui.py

You should provide the username and password used to access the API.

If you want to consume another API with different login parameters, you must close the file, edit it and start it again in Python, using the adecuate login data for the API you configured.

About

A basic GUI to consume the voting API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages