Simple Budget Tracking Analysis is a project focused on analyzing personal finances using SQL queries. It provides insights into expenses, income, spending trends, and more.
- Clone the repository to your local machine.
- Install the required dependencies using
pip install -r requirements.txt
. - Set up your SQLite database by running the provided SQL script.
- Open the project in your preferred SQL editor or Jupyter Notebook environment.
- Execute SQL queries to analyze your budget data.
- Use the provided Python scripts for additional data processing or visualization.
- Refer to the project documentation for detailed instructions on using specific features.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Submit a pull request detailing your changes and any relevant information.
This project is licensed under the MIT License.
- Developed by Yoon Thiri Ko
- Based on my learning journey and notes from the SQL course on Coursera