Event Logo | Event Name |
---|---|
GirlScript Summer of Code Ext (GSSoC'24) 2024 | |
Hacktober Fest 2024 |
About Dataverse | Versions | Use Dataverse | Repository Structure | Preview | Software Representation | Make Contributions | Website |
---|
Latest
Dataverse is currently under development. It will be available for installastion soon.
However, you can follow these steps to run the project locally on your computer:
[!IMPORTANT] Don't forget to read the prerequisites.
Clone the project
git clone https://github.com/multiverseweb/Dataverse.git
Open software
folder in VSCode.
cd Dataverse/software
Go to mainGUI.py
and run it.
Now the software should run locally with no errors, feel free to use the software and don't forget to give feedback on the website!
You must have python packages such as numpy, pandas, matplotlib, tkinter
.
pip install package_name
MySQL
installed on your computer. If you don't have it you can download it from here.line no. 15
under connecting MySQL
section of financeTracker.py
and change the values of host, user and passwd
according to your MySQL account.CREATE DATABASE DATAVERSE;
on your MySQL workbench or commandline client.
ER Diagram for Finance Tracker
Want to contribute to this project? Follow these steps:
git checkout -b feature-branch
).line no. 1
in script.js and append the name of your city to the cities
array. (optional)git commit -m 'Add feature'
).git push origin feature-branch
).Visit Dataverse's Website |
---|