File Manager in python

File Manager Using Python

Using Tkinter, to create a file explorer in Python. Using Python’s Tkinter, OS, and shutil modules, we’ll create a GUI-based File Explorer in this Python project. It’s a beginner-level project, so you’ll need a basic understanding of all the libraries, and you’ll get to use them in real life with this project. Let’s get this …

File Manager Using Python Read More »

Notepad in Python Using Tkinter

Tkinter is a Python-based graphical user interface library from which we can create a variety of graphical user interface applications. Using tkinter, we’ll create a text editor akin to notepad. This notepad will include a menu with options for creating new files, opening existing files, saving files, editing, and copying and pasting. Prerequisite Python has …

Notepad in Python Using Tkinter Read More »