Hobby Projects
NetFie
NetFie is a dashboard that monitors some of the Network services. The Network service includes HTTP(S), DNS, NTP and ICMP.
Here is the link to NetFie Web APP.
FinLyser
FinLyser is a mobile APP which is used to Track your expenses, lends, borrows, investments.
You could add your lends, borrows, expenses and investments in this App. Also, add the budget plans.
The Current version of the App supports only the Expenses and Investments visualization. User can visualize the Expenses and Investments over a period of time.
Visualize your Total Expenses and Investments, Year wise expenses and investments, Month wise expenses and investments on the particular year and Day wise expenses and investments on the particular month.
The Main moto for me to develop this APP was user data privacy. The Expense that you add in this app to track is completed resides on your Mobile. (This APP doesn’t requires any Internet connectivity since none of the data leaves your Phone.)
The User needs to create an account to proceed further but the coolest thing about this app is that User doesn’t require to enter their Phone number or email or anything, just Username and Password is good to go. By doing so this app doesn’t gets any of the User info.
The APP isn’t published on the Playstore. I have just build this APP for my personal use so i haven’t taken steps to publish it. But if you want to explore FinLyser, you can find the APK file here, i have uploaded in my drive.
To-Do
To-Do APP for the CLI users.
You can add tasks to your list. Mark the task as done. Remove the task without marking it as done.
empty-remover
This CLI app finds and deletes the empty files in the given directory recursively in all the hierarchies from the given path.
Also, you can list the empty files without deleting them by using the flags to this program.
deldirrecur
This CLI app finds and deletes the given directory recursively in all the hierarchies from the given path.
The main moto for me to build this app is to delete the pycache directory in my Python Project. This pycache will be created in almost all the directories in the Python project. Based on my project requirement I may have 5 to 7 directory hierarchy levels.
So, when I need to rm that dir its hectic for me. So here I have developed this App to do that. Just I can give the dir name as pycache and the path my Project root path to my app then this magic happens.
Leave_Me_a_Message
Simple WebApp built using Flet in Python.
The user could fill the form in the Webapp and once the user submits, my telegram bot sends that information to me in Telegram.
I have done this project to get start with the Flet framework in Python to built the apps.
Leave Me a messgae Webapp