- This repository is created keeping in mind the beginners who have just begin to code.
- This repository consists of various Python Projects that are very small and very easy to build.
- These projects will not only help you get first-hand experience in building real world projects but also help you get the basics and fundamentals of Python clearly.
This program is built using python and it's library Tkinter.
Fun Python game to roll a dice and show from numbers between (1-6).
Dice unicode characters dictionary Dice = { 0 : '🎲', 1 : '⚀', 2 : '⚁', 3 : '⚂', 4 : '⚃', 5 : '⚄', 6 : '⚅' }
Run the python program to play the game.
install Tkinter using pip install Tkinter
I have built this program just for fun in lockdown.
- This project is built using Python and it's library Tkinter and Pillow.
- This app helps users convert a Picture into an icon.
install Tkinter using pip install Tkinter
install Pillow using pip install pillow
- This project is built using Python and it's library Tkinter.
- This app allows users three options. - inches - meters - foot
- The user can convert from inches---> meter or inches--->foot or foot--->inches or foot--->meter or meter--->inches or meter---> foot
install Tkinter using pip install Tkinter
- This project is built using Python and it's library Tkinter and Datetime.
- This is a fun project that asks for the users birth date, month and year and then converts it into days and seconds and allows users to see how much days and how much seconds they have lived.
install Tkinter using pip install Tkinter
- This project is built using Python and it's library Tkinter.
- You can play around with application like:
- change it's theme
- add an icon
- add some lines of code to alter the random seed
- add some more widgets
install Tkinter using pip install Tkinter

