Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 734 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 734 Bytes

Basic Python Projects

These are some examples of basic projects I have worked on. All these projects are written in Python.

Projects

Check Book

This project is a mock bank website project. It allows a user to create an account as well as input transactions. The web app will also allow you to check your balance and financial history.

File Transfer Program

This project uses Python and Tkinter to create a GUI application. Program will allow user to select files and transfer them to a different destination of their choosing.