Skip to content

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

License

Notifications You must be signed in to change notification settings

HuizhouGrocery/Tkinter-UploadFilesTo-Sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Tkinter Upload Files to Sqlite

License: MIT

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

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).

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages