An open API service indexing awesome lists of open source software.

https://github.com/huizhougrocery/tkinter-uploadfilesto-sqlite

This is an open-source GUI desktop software designed to upload files to sqlite on our desktop.
https://github.com/huizhougrocery/tkinter-uploadfilesto-sqlite

python sqlite tkinter-gui windows

Last synced: about 2 months ago
JSON representation

This is an open-source GUI desktop software designed to upload files to sqlite on our desktop.

Awesome Lists containing this project

README

          


Python Tkinter Upload Files to Sqlite


[![License: MIT](https://cdn.prod.website-files.com/5e0f1144930a8bc8aace526c/65dd9eb5aaca434fac4f1c34_License-MIT-blue.svg)](/LICENSE)

This is an open-source GUI desktop software designed to upload files to sqlite on our desktop.

When you are using the Windows system environment, you can download python file and run this script below on your terminal.


accessibility text

```shell
pyinstaller --onefile --name huizhou-grocery -i logo.jpg --windowed huizhouGrocery_Tkinter.py
```

After that, you will get an exe file in your working directory.



We could test our software in a Windows environment.





Once you input dates or some words and click upload, you will start to select your files that will be uploaded to your local sqlite database(not remote server). Your selected files(images, xlsx) will be converted to BLOB data and stored in sqlite.



We are developing some software programs to support our POS (point of sale) system. This is our open-source project. Python code could be cross-platform for many users (like Linux environment).