This is final project for the Programming Fundamentals Course (CS101).
In this project, I used CSV module to implement CRUD operations on CSV file using Python Programming Language.
Install hulions.py with Python 3.x or greater
cd 'PFUN-CSV-Python-Project'
python3 hulions.py
username >> _
password >> _
username | password |
---|---|
admin |
pfun |
Enjoy CRUD operations on CSV database!
To manually add your own database, add CSV file to Databases
folder.
Then, add it to file_path
variable in hulions.py
.
Remember, the path needs to be relative!
Python 3, CSV, Python CSV module
For support, email admin@xorahsan.me or join me on Instagram: xorahsan
.