You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web Scraping using Python Data mining , Data Analyzing & Data Visualization of the collected Data, The python script is written to fetch all the individual categories the website , The code is written for fetching the data from the first page and it iterates to each and every pages of website ( activities, categories, count of bought), and I use…
Python script to shut down or Restart or Logout your system and bind it with GUI Application. Also you can put time for shutdown and restart your system.
A graphical user interface (GUI) application built with customtkinter that helps users extract and move files of specific types (e.g., images, videos, documents) from a source directory to a destination directory.
A hotel management system developed using Python, Tkinter, and SQL involves a graphical user interface (GUI) built with Tkinter for user interactions, a backend database implemented with SQL for data storage, and Python code to manage hotel-related functionalities such as room booking, guest information, and billing, following OOPS principles.
By using OS module, It is programmed to rename files present in a specific folder. It takes the folder path and rename all the files present in it except the the files mention in ignore .txt
The Personal Expense Tracker is a Python command-line application that helps users manage their finances by tracking expenses. It allows users to add, view, analyze, and visualize their spending, making it an excellent tool for budget management. This project is ideal for beginner Python developers to practice essential programming skills.
This is a Python-based Expense Tracker application that helps users efficiently manage their expenses. The app uses JSON as its primary storage format for seamless local data handling and integrates CSV functionality for exporting and importing expenses, enabling easy data sharing and analysis.