Inspiration
My inspiration was all of those cool terminal UI apps that people have made mostly for Linux and I thought why not do one of those cool apps myself? Well, I did it
What it does
It is a simple todo app. You have boards where you can put todos and you can make as many of the boards as you want as long as you don't make millions of them. You can even share the todos using the save/load features in this project.
How we built it
I've built this app using Python and libcurses. This was not the most straight-forward approach possible but it was okay.
Challenges we ran into
I ran into a lot of problems since I was on Linux Mint at the time and it had a lot of problems with curses. I've decided to switch to Manjaro for the time being.
Accomplishments that we're proud of
I've done a lot but it never took me this much time to make a simple app, but I'm proud of it since I've learned a new library.
What we learned
I am proud of learning curses and leveling up my experience with Python in general.
What's next for To-Do TUI
I have decided to stop working on To-Do TUI for the time being, but when I (eventually) come back I'll make sure to implement a bunch of new features and quality-of-life updates.
Built With
- ncurses
- python
Log in or sign up for Devpost to join the conversation.