Skip to content

Dapuluous/PerpusPBO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

How to Run

  • Make sure all requirements above were installed in your device. or just install XAMPP then open terminal/cmd then type pip install -r requirement.txt
  • Open XAMPP then start Apache & MySQL
  • Edit dbManager.py according to your database credential. This file can be found in app/config/dbManager.py
import mysql.connector

try:
	mydb = mysql.connector.connect (
		host = "yourHostname",
		user = "yourDBUsername",
		password = "yourDBPassword",
		database = "yourDatabaseName"
	)
	
	mycursor = mydb.cursor()
except:
	print("No database server detected. Please ensure you have your database server running!")
	exit()
  • Create a database with pythonpbo as the name and import the tables using the provided .sql (pythonpbo.sql)

Kelompok

  • Muhammad Dhaffa Mahendra (192410103005)
  • Muhammad Zufar Syah (192410103074)

About

Ini buat project akhir PBO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages