You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A generic system to store customer details, built with Python, Tkinter and SQlite. Currently has basic functionalities only due to myself being the sole developer of this application. If time allows I will further develop some more complex ideas.
Username: j Password: 1 FOR DEMO PURPOSES ONLY
How to use:
Clone this repo / save files to PC (make sure all files are in 1 folder)
Install tkinter using pip, console command: pip install tk
Run MAIN2.py in your console to launch appliction, console command: py MAIN2.py
*make sure you are in the correct directory, Example: cd C:\Downloads\CRM-Demo
About
A generic system to store customer details, built with Python, Tkinter and SQlite.