Skip to content

Commit

Permalink
SQLite viewer using python
Browse files Browse the repository at this point in the history
Amazing SQLITE VIEWER to view SQLite files, it is very easy and simple to use, it contents on features like downloading the last data shown in CSV file
  • Loading branch information
mohammadjadallah authored May 30, 2022
1 parent 82b3309 commit e13a4ed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions sqliteviwer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# ربنا واشرح لي صدري وييسر لي أمري

'''
Download pandas >> pip install pandas
This code created by Mohammad Al Jadallah >> developerx
You can help to make this code more better
Follow me in
Instagram >> developerx2
TikTok >> developerx2
Youtube >> developerx
Thank you,
'''

import os
from tkinter import *
Expand Down

0 comments on commit e13a4ed

Please sign in to comment.