Showing posts with label Update. Show all posts
Showing posts with label Update. Show all posts

Saturday, 4 April 2015

Task 1,2 & 3

As the name of this post says, here are all the three tasks solved.

The tasks 1 and 2 are in a single python script which accepts all the input data and then writes the output data to a file. The second script implements the task 3. It accesses the data stored by task 2 and displays it.

Download Task 1 and 2 here
and Task 3 here. (Link down. will be up soon)

HIT THE +1 Button if you want to thank for this.

Tuesday, 10 March 2015

HTML PageMaker GUI v1.1

Hello Python Lovers.
Today After quite some-time I am back with a new Tkinter GUI python script.

This program provides an easy to use GUI for my older page maker.

So Download it here and give it a try.

Happy HTML Pagemaking...

And...
Don't Forget to hit +1





Next Expected Post: Solution to Task 3. See details here.

Tuesday, 30 December 2014

War Of The Numbers - New version! (Update)

This program here is an update to the older war of the numbers.
It contains many changes:

Power-ups : The Golden Shot, The Shield, Freeze , Reverse

Code  Optimization : Performance is now better due to code optimization which now doesn't wastes any processing cycles.

Menu : A Menu created.

Improvements coming in the near future:
Full-screen, Better sound, Objectives and achievements, High Scores, etc.

Download here: http://goo.gl/JHwRmS

The game is action:





Friday, 12 September 2014

SUDOKU2.0 - Game with python (GUI)

Hi Guys
Today I have another enjoyable program to share. You may remember the terminal Sudoku puzzle game that I posted a couple of weeks ago (see here). That program is difficult to use and it makes the already difficult game even more difficult.

This program makes it very easy to play the game as you do not need to use the keyboard and everything can be done with the use of the mouse only.

Much more to tell about the program....
...Why don't you use it yourself?

Download the program: Datafilehost

Have an Idea? Share with me here. I will program it!







******************* UPDATE ***********************

Well, I have some modifications in this new program.

1. Removed the 'OK' button.
     Earlier, I had to use it to change the color of the button after the check button was used but now, It is done automatically.
2. Added a timer.

Download: Datafilehost


Thursday, 14 August 2014

Tic-Tac-Toe (GUI) game with python

Hello everyone.
I am here to share another program with you. It is - PyTic-Tac-Toe (as I call it).
This is a simple yet enjoyable Tic-Tac-Toe (Noughts and Crosses) game based on an older(not much) tic-tac-toe game program.

This version has some bugfixes in the A.I. that confronts the user.

Improved A.I. (Impossible to defeat for at least me)
GUI version. (No need to input numbers!)

Download it here: Datafilehost

Enjoy!

Screens:









Friday, 25 July 2014

NumConv - Cmd line interface.

Hello Everyone.
Today I am here to present a mutated version of the NumConv.

The NumConv. no doubt, is perfect but I wanted to be able to use it through my self designed command line interface too. This program enables me to do so.
I've written a python script which is itself like a programming language.
This script helps me interact with the NumConv. through command line interface.
It supports all those 12 commands present in the NumConv.

Usage:

use 'help()' in the program for help on usage.

Binary to Decimal              -   b2d(number)
Binary to Octal                  -   b2o(number)
Binary to Hexadecimal      -   b2h(number)
Octal to Binary                  -   o2b(number)
Octal to Decimal               -   o2d(number)
Octal to Hexadecimal       -   o2h(number)
Decimal to Binary             -   d2b(number)
Decimal to Octal               -   d2o(number)
Decimal to hexadecimal    -   d2h(number)
Hexadecimal to Binary     -   h2b(number)
Hexadecimal to Octal       -   h2o(number)
Hexadecimal to Decimal   -   h2d(number)

So Download and use it or modify it. : Datafilehost

Thanks for visiting.





Gurpreet Singh

Sunday, 20 July 2014

GCODER - Encrypt your text using Python

Hello Friends. This is the next version of my application called GCODER which converts your text into unreadable form and vice versa. It used a very simple and easy to understand. But this version is serious and uses the G-2TEA to encrypt text. The algorithm is difficult to crack.
For instance, Guess what the following text is

{-%%,oE0[|?E|?E}X62 .E!FRDRTE[-+-RE2|(E),\E\<(-+?_`<(E_[|?E_-#_s

Did you guess it?
Well, This text in it's normal form was this and the result is in front of us.
This is impossible to understand and that's what we want.

Download source code : Datafilehost
Debian Package also available: Datafilehost

Screen shots:






Contact me : Here