Giter Club home page Giter Club logo

python-projects-for-beginners's Introduction

Python Basic Projects For Beginners

  • 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.

1 Roll_Dice

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.

prequisties

install Tkinter using pip install Tkinter

I have built this program just for fun in lockdown.

OUTPUT

Output-1

Output-2

2 ICON Converter

  • This project is built using Python and it's library Tkinter and Pillow.
  • This app helps users convert a Picture into an icon.

prequisties

install Tkinter using pip install Tkinter

install Pillow using pip install pillow

3 Length Converter

  • 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

prequisties

install Tkinter using pip install Tkinter

4 Years Lived

  • 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.

prequisties

install Tkinter using pip install Tkinter

5 Random Element Picker

  • 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

prequisties

install Tkinter using pip install Tkinter

python-projects-for-beginners's People

Contributors

rishawsingh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.