Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.27 KB

File metadata and controls

21 lines (19 loc) · 1.27 KB

Python CRM Demo

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

alt text
alt text