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.
- Clone this repo / save files to PC (make sure all files are in 1 folder)
- Download Git Bash Terminal
- Install Python (Latest version comes with pip and sqlite3)
- Optional Step: Upgrade pip, console command: python -m pip install --upgrade pip
- Check installation successful with console commands: python --version , pip -V
- 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

