Metadata-Version: 2.1
Name: livepoll
Version: 0.0.2
Summary: create and run live audience polls
Author-email: calcuis <info@calcu.io>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Project-URL: Issues, https://github.com/calcuis/livepoll/issues
Project-URL: Repository, https://github.com/calcuis/livepoll

# livepoll

A real-time, audience polling app. The host creates a poll on their laptop, participants scan a QR code on their phones to vote, and the results appear as a bar chart when the poll is ended.

## start a livepoll server:
```
python -m uvicorn livepoll.__main__:app --host 0.0.0.0 --port 8000 --reload
```

*polls.db file is created automatically in your current directory when the first poll is added
