https://github.com/disguisedpigeon/hackudc2024
Submission for the HackUDC hackathon 2024 edition
https://github.com/disguisedpigeon/hackudc2024
Last synced: 2 months ago
JSON representation
Submission for the HackUDC hackathon 2024 edition
- Host: GitHub
- URL: https://github.com/disguisedpigeon/hackudc2024
- Owner: DisguisedPigeon
- License: other
- Created: 2024-02-16T18:32:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T10:01:17.000Z (about 1 year ago)
- Last Synced: 2025-03-14T01:19:47.404Z (2 months ago)
- Language: Jupyter Notebook
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CurrentMeter (a.k.a. CM) (a.a.k.a. ChutenMeme)
Submission for the HackUDC hackathon 2024 edition#### Objective
This was submitted to the ElectroDatos challenge, offered by Gradiant. It revolves around analysis and insights of electric bills. This application will be focused on generating graphics of related data, as well as representing the data in various manners.#### Goals
- [x] Analyze provided data and display it
- [x] Enrich data through public APIs
- [ ] Add comparatives between data#### Execution
Python version:
3.10.12Required libraries:
- tkinter
- tabulate
- tkcalendar
- Pillow