No problem! Flask is a web-framework library written in Python and serves as the backend for small web applications. Flaskex (this project) is basically starter code for people who want to quickly get a website up a running but don't want to reinvent the wheel when it comes to things like user signups, security/hashing, user login/logout, databasing etc.
RE: Flaskex: Simple flask example for quick prototypes and small applications