Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanoliver/flask-madlibs
https://github.com/seanoliver/flask-madlibs
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/seanoliver/flask-madlibs
- Owner: seanoliver
- Created: 2023-03-08T23:32:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T05:30:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T20:55:46.951Z (14 days ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Madlibs in Flask
This is a simple Madlibs app built in Flask originally as part of the Rithm
School r30 cohort.I'm currently working on ehanching this project to leverage Open AI's GPT APIs
to create inifinitely unique mad libs options, and in the process, learning how
to work with AI developer tools.## TODO
- [ ] Clean up UI
- [ ] Distinguish and properly code "unique" words generated by AI
- [ ] Allow users to prompt the AI with topics for mad libs stories
- [ ] Allow saving / publishing of best stories.
- [ ] Visual indication of which words were "mad libs" words
- [ ] Allow users to edit individual words once story has been created
- [ ] Publish / share mad libs (signed out)
- [ ] Publish / share mad libs (signed in)
- [ ] Super lightweight user account management for saving libs