Cloud9 is an advance delivery database app written in Python along with Tkinter as its GUI library. It is using Python's built in sqlite3 database for offline storage and MongoDB for online storage.
Usually, large companies and organizations have a vast number of deliveries to be done. In such scenarios where there’s a significant number of deliveries to manage, it becomes challenging to manage everything efficiently. Such companies/organizations need an advance delivery database system that can handle everything related to the deliveries easier.
- Proper desktop application for macOS, Windows and Linux
- Online and offline storage
- Types of data: Name, Address and order
- Add to record
- Show all records
- Show specific record
- Edit specific record
- Delete specific record
- Light mode and dark mode