Sample Tools and Games Developed using Python Libraries

  • Here in this article, there are few basic tools and games listed, that we developed using some of the most popular python libraries.
    Primary purpose is to get you familiarized with these libraries and to demonstrate its capabilities.

    GUI libraries like tkinter and kivy are used in these tools and games, helping you to know more on how to use its widgets, align these properly, working with canvas, how to move objects within the canvas, etc.
    Also use these samples as the basis of developing python code snippets for your personal needs, like automating some of your repetitive tasks that you do on word or excel, scheduling some daily reminders on your machines, etc.

  1. FD Calculator

    A simple FD calculator GUI developed using python and tkinter library.

    FD Calculator using Python Tkinter
  2. RD Calculator

    RD calculator created using python and kivy.

    RD Calculator using Kivy
  3. Sedentary Reminder

    A sedentary reminder tool that runs in background to generate various reminders. Developed using pywin32 and tkinter.

    Sedentary Reminder
  4. Word Answer Sheets Validator

    Automated validation of answer sheets in word format. Implemented to get better understanding of python word library python-docx.

    Answer Sheet Validator
  5. Excel Ranking Tool

    Developed to get familiarized with python excel library openpyxl.

    Excel Ranking Tool
  6. Pong Game using Tkinter

    A simple pong game to understand tkinter canvas, how to use it, create shapes, move the shapes and binding event to these.

    Pong Game using Tkinter
  7. Shooting Game using Kivy

    Developed to get familiar with kivy canvas and its features.

    Shooting Game using Kivy
Absolute Code Works - Python Topics