file-handling-in-python
There are 74 repositories under file-handling-in-python topic.
Chandrababu-Namani/Automated-Attendance-System-with-Face-Recognition
An intuitive GUI for simplifying attendance tracking and management with Face recognition
zehan-alam/Web-Scraping--GSMarena
Web Scraping GSMarena to extract smartphone specs with their ratings
jaydattpatel/Python-Programming
Python Programming
digipodium/dputils
open source library from digipodium
CosmiX-6/Library-Management-System-CLI
Library management CLI based - File Handling System
OndiekiErnest/asfa
asfa is an FTPS file-sharing application written in PyQt5 and Pyftpdlib
aayussraut/File_Handling_in_Python
Exercise and Example of File handling from Python Crash Course Book by Eric Matthes.
abhijit-003/Python
Organized collection of all the python basic concept practical implementation. Easy to Understand the Concept Practically. Also include the matplotlib 2D,3D graph.
Hanan-Nawaz/PyBankingApp
PyBankingApp is a Python practice project that focuses on essential programming concepts such as object-oriented programming (OOP), file handling, and error handling. It provides a simulated banking experience with features like account creation, balance management, transaction logging, and customer data storage using files.
Vishnu8299/AI-TEXT-SUMMARIES-
Text Summarizer Flask Application is a web app that uses a BART-based model to summarize user-provided text. It stores inputs and summaries in a SQLite database and includes functionality to fine-tune the model with stored data.
adit-sinha/EasyShop
Welcome to the EasyShop! This project fetches images from urls as per choices of clothes made by you and displays them in a Tk() window using data file handling and database management.
Aditya-0011/Car_Rental_System
A simple offline Car Rental System using Python, file handling and TinyDb(NoSQL)
AkashBorgalli/Python-Basic-Programming-Assignment
Basic Python Programming Assignment using the given topics
AswinBarath/PDF-watermark-adder
The productive python script to add watermarks to numerous PDF files.
AswinBarath/python-dev-scripts
The scripts through which I learnt Python 3 programming concepts from various resources.
AswinBarath/Web-scrapper
A python project on Web scraping with Beautiful Soup
Debkumarkatwa/CODSOFT
This is a collection of 5 mini project that was given to me by #CODSOFT. Every project of this repo can able to run in Both terminal or in GUI interface
hashtaghari/Routing-App
We aim to create a routing application which will give us the best possible path to travel in a city, given the length of each road and the traffic data. Refer to the README file for more details.
kumarroshan123/Typing_Master
Typing Master is a Python-based typing test application that offers users a diverse range of categories to improve their typing skills. Featuring a user-friendly interface, real-time typing tests, and a leaderboard, it provides an engaging platform for users to enhance their accuracy and speed.
mani24singh/Python-Assignments
Python Essential Assignments - Letsupgrade Python Essentials Course. Experimenting with various default functions of string,List and Dictionary in Python. Using Python Loops and conditional statements to print various programs. Dealing with opening,reading,writing a file in python. Also defining a function to provide a factorial of an integer given by user.
mehtanishad/module_4_advance_python_programming
advance_python_programming
Priyamjain1105/Self-Service-Parking-Management-System
Self-Service Parking Management System is a software application designed to automate the process of managing parking entry and exit. It provides features for recording entry details, verifying phone numbers, generating parking bills, and offering managerial functionalities for administrators.
Spunkey19/Todo
Todo list using python
theBatman70/rental-interface
Rent and Return item Interface that handles data with a text file and functions applied on it.
Goyam02/EXPENSE-TRACKER
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.
harishrajT/Password_Generator_Project
This is a simple Password Manager built using Python and Tkinter. It allows users to securely generate and store passwords for different websites or accounts. The app also provides a feature to automatically generate strong passwords for better security.
Hehehaw17/EXPENSE-TRACKER
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.
Rohit-2301/Python_basics
Basics of Python
AADITYA1610/python-projects
These are the projects i made during my second semester, where i tried to implement all the topics that i learnt.
aafreenmo/File-Handling
Loading, modifying, and saving files of three popular file formats(.csv, .txt, .json) which are used in the industry to handle data.
balajimanilal/Mail-Merge-Automation-Project
This project automates the process of creating personalized letters by merging a list of invitee names into a template document. The script reads names from a text file, replaces the placeholder in a template letter, and generates individual letters for each invitee, saving them as .docx files in the output folder.
Goyam02/To-Do-List
This Python-based To-Do List application allows users to manage their tasks efficiently. It provides a simple command-line interface to view, add, complete, and delete tasks. The application also supports task persistence using JSON files and includes a backup feature to safeguard task data.
MehediHasan-ds/Extendible-hashing-implementation
extendible hash function, which is a dynamic has function technique has been implemented and discussed here with a complex use case scenario.
SaiCharanUvaraj/Gibberish-Converter
It is a funny gibberish translator console app which translates what english you speak into gibberish by speaking and also tracks all the translations for future use using text file system.
unstopablesid/Python-programs
This repository contains programs demonstrating the core concepts of Python programming. From basic syntax and data structures to functions and object-oriented programming, it's designed for beginners and those looking to reinforce their Python fundamentals.