TUI Based Inventory Manager

A course assignment that I unfortunately worked too hard on.

TUI Based Inventory Manager

What it is

Textual-InvMgr is a demo application I created for a group assignment of our database course. Funny enough, the sqlite CRUDs have been written by my group partner so I end up wrote zero lines of SQL for the SQL course assignment.

However, I put much effort into creating the front end. Since the course requires the application be demoed on student machine, which only has terminal interface, I chose textual to enable fast prototyping and TUI interface. I only had experience with rich before, and had to learn on the fly.

Moreover, we end up starting the project with only 4 days and a half left (half because of a generous extension). So this whole application was developed in less than a week. Shows what a group of over stimulated, sleep deprived undergrads can do in a limited time.

Demo

Code

In case you are curious, here's the Github repo.

GitHub - by-justin/textual-invmgr: A demo inventory manager applicaiton written using textual and sqlite3.
A demo inventory manager applicaiton written using textual and sqlite3. - by-justin/textual-invmgr