|  | @@ -1,9 +1,6 @@
 | 
											
												
													
														|  |  # Checklist
 |  |  # Checklist
 | 
											
												
													
														|  |  A web based app to add and check items off a list, which outputs a page that can be set up as a browser source in OBS.
 |  |  A web based app to add and check items off a list, which outputs a page that can be set up as a browser source in OBS.
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -#### Screenshots
 |  | 
 | 
											
												
													
														|  | -<a href=https://git.deadtom.me/deadtom/Checklist/src/master/screenshots/managelist.png><img src=https://git.deadtom.me/deadtom/Checklist/raw/master/screenshots/managelist.png width=100></a>  <a href=https://git.deadtom.me/deadtom/Checklist/src/master/screenshots/list.png><img src=https://git.deadtom.me/deadtom/Checklist/raw/master/screenshots/list.png width=100></a>
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |  #### Setup
 |  |  #### Setup
 | 
											
												
													
														|  |  Create your venv, and activate it:
 |  |  Create your venv, and activate it:
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -19,26 +16,35 @@ pip install --upgrade pip
 | 
											
												
													
														|  |  pip install -e .
 |  |  pip install -e .
 | 
											
												
													
														|  |  ```
 |  |  ```
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -#### Run Checklist with:
 |  | 
 | 
											
												
													
														|  | 
 |  | +Deactivate your venv:
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +```bash
 | 
											
												
													
														|  | 
 |  | +deactivate
 | 
											
												
													
														|  | 
 |  | +```
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +#### Run Checklist with:
 | 
											
												
													
														|  |  ```bash
 |  |  ```bash
 | 
											
												
													
														|  |  env/bin/python -m gunicorn -b 0.0.0.0:5022 -w 1 'checklist:create_app()'
 |  |  env/bin/python -m gunicorn -b 0.0.0.0:5022 -w 1 'checklist:create_app()'
 | 
											
												
													
														|  |  ```
 |  |  ```
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  Of course, if you prefer to run your flask apps with something else, go for it.
 |  |  Of course, if you prefer to run your flask apps with something else, go for it.
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -#### In your streaming software
 |  | 
 | 
											
												
													
														|  | 
 |  | +#### Adding the list to your streaming software, as an overlay
 | 
											
												
													
														|  | 
 |  | +<a href=https://git.deadtom.me/deadtom/Checklist/src/master/screenshots/list.png><img src=https://git.deadtom.me/deadtom/Checklist/raw/master/screenshots/list.png width=100></a>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  Create a browser source, and point it to:
 |  |  Create a browser source, and point it to:
 | 
											
												
													
														|  |  ```
 |  |  ```
 | 
											
												
													
														|  |  http://localhost:5022/list
 |  |  http://localhost:5022/list
 | 
											
												
													
														|  |  ```
 |  |  ```
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |  Be sure to check the box for "Refresh browser when scene becomes active"
 |  |  Be sure to check the box for "Refresh browser when scene becomes active"
 | 
											
												
													
														|  | 
 |  | +I've included "ListBackground.png" for use as an opaque background for your list in your streaming software, but of course use whatever you like.
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +#### Manage your check list
 | 
											
												
													
														|  | 
 |  | +<a href=https://git.deadtom.me/deadtom/Checklist/src/master/screenshots/managelist.png><img src=https://git.deadtom.me/deadtom/Checklist/raw/master/screenshots/managelist.png width=100></a>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  To manage your check list, go to:
 |  |  To manage your check list, go to:
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  ```
 |  |  ```
 | 
											
												
													
														|  |  http://localhost:5022
 |  |  http://localhost:5022
 | 
											
												
													
														|  |  ```
 |  |  ```
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -I've included "ListBackground.png" for use as an opaque background for your list in your streaming software, but of course use whatever you like.
 |  | 
 |