https://akashtyagi08.github.io/Mini-Projects---Python/
A collection of various mini projects made in python that I continue to build as I come across new functionalities in python
List of Python project in the repository so far -
-
Mystic_Encoder --> A script that can encode and decode any input text file. Encode a file and save it somewhere and then later using decode functionality, decode the same file some point later in time.
-
On Screen Timer --> A terminal Buzzer StopWatch that can be used as always-on-top terminal stopwatch.
-
Resize-them --> Python script that I made just to automate the task of resizing a collection of images to a specific height and width.
-
Website-Blocker --> A python script that blocks set of websites for any specific time duration.
-
Dictionary --> An english dictionary made in python with feature to handle wrong spelling of words using suggestion feature.
-
Map --> A custom map created using Folium library in Python to populate a map according to one's custom choice. This code demonstarte set of diffent colleges across India on map.
-
Blood_Donation_Database --> It's a GUI app made using Tkinter library in python and Sqlite for database. This app allows users to store information about Blood Donor in database. This app can perform various operation on Database values, such as Add,Delete,Update,Search and View .