Stats

3
Projects
4
Devlogs
11
Votes
2
Ships

Coding Time

All Time: 29h 14m
Today: 0h 0m

Member Since

June 17, 2025

Badges

1
🚢
Maiden Voyage
you shipped your first project! the journey begins...

Projects

3
EventBite Landing Page
1 devlog • 10 days ago
🚀
EventBite

EventBite

Shipped
2 devlogs • about 2 months ago

Activity

Created and added the website
added to github pages

Update attachment
Kartikey
Kartikey created a project
9d ago

EventBite Landing Page

Landing page for eventbite, A movie/concert ticketing app prototype built using python and MySQL.

EventBite Landing Page
1 devlog 0 followers Shipped

Started with tthe GUI (yeah that too in python ).
Learned Flet ( a flutter wrapper).
Started with the seat selection system , with custom shaped grid for the venues

Update attachment

🔧 Devlog #1 – Laying the Groundwork for WattUp

Hey! Just kicking off the development of WattUp, my battery health app for Windows. The goal is to build something way better than the super basic Windows battery stats—we’re talking actual insights, usage graphs, and health monitoring.
✅ What’s Done So Far:

Right now, I’ve set up the first piece of the puzzle: logging battery percentage over time.

Using Python and the psutil library, I’ve written a simple script that pulls the current battery percentage and appends it to a CSV file at regular intervals. This CSV will be the base for plotting usage graphs later on.

Here’s a quick peek at the flow:

Grab battery data using psutil.sensors_battery()

Log the timestamp and battery percentage

Append the data to battery_log.csv every few seconds/minutes

It's not fancy yet, but it’s solid and works reliably in the background.
🔍 Why Start With This?

Understanding how your battery drains (or charges) over time is the most useful thing Windows doesn’t show. This graph will eventually let users:

Visualize how fast their battery is draining

Spot apps or time periods with abnormal usage

Get better estimates on how long the battery will actually last

🛠️ Next Steps:

Build a lightweight tray app with a real-time graph (probably using matplotlib or plotly)

Add options for changing the logging interval

Start collecting other stats like charge rate, power plugged status, etc.

Eventually, I’ll wrap it all in a proper UI with WinUI 3 or a nice front-end.

Update attachment
Kartikey
Kartikey created a project
56d ago

🔋 WattUp – A Better Way to Track Your Battery

Let’s be honest—the default battery stats in Windows are pretty useless. You get a percentage and maybe a rough time estimate if you're lucky. That’s where WattUp comes in. WattUp is a simple but powerful app that gives you actual insight into your laptop's battery. Whether you’re trying to figure out why your battery drains so fast or just want better info while charging, WattUp has your back. Here’s what it can do: Track battery usage over time with clean, interactive graphs Show your battery health, including wear level and original vs current capacity Give you charging and discharging estimates based on real usage, not guesswork Show detailed battery stats like cycle count, voltage, temperature, and more Run quietly in the background without eating up your system resources It’s everything the Windows battery meter should’ve been, but isn’t. If you care about your battery and want better control over how your device uses power, WattUp makes it easy.

1 devlog 0 followers

Created the MYSQL databases for the app
Using 3 tables to manage the booked seat for a single event
Venues: stores the Initial no and type of seats pf all venues
Events: Stores the info like venue, occupied seats, time etc. about each event
Users: stores the login creds for all the users (i know not secure) and the booked tickets for each user

Update attachment
Kartikey
Kartikey created a project
57d ago

EventBite

A movie/concert ticketing app prototype built using python and MySQL.

EventBite
2 devlogs 0 followers Shipped
Kartikey
Kartikey joined Summer of Making
58d ago

This was widely regarded as a great move by everyone.