Skip to main content

Posts

Python Blog How to use UNIX/Linux Commands in your Windows Operating System #Author: ManishHacker1 Hello everyone , Many people work on windows and some of them work on UNIX/Linux but when they work on window operating system then they get confused using command in MS-DOS(Command Prompt). Most of people don't use UNIX/Linux or don't familiar on UNIX operating system and don't know, how to install and use it. But some time those people needs to use UNIX/Linux operating sytem or it's commands and they don't know ,how to use it UNIX operating system or its commands. Some times We want to practice basic UNIX commands but we have not UNIX/Linux operating system. If you don't know how to install UNIX/Linux operating system. Don't worry about that, In my next article i will teach you that how to install UNIX/Linux operating system in your Windows machine. If you want to practice basic UNIX command on your Windows Operating System, you can downloa...

Create Transparent Digital Watch Using wxPython

Krypsec Digital Watch Create Transparent Digital Watch Using wxPython Today we will create Transparent Digital Watch using wxPython. Code #Krypsec Digital Watch #Author: ManishHacker1 import wx import time class MyDialog(wx.Dialog): def __init__(self, parent, id, title): wx.Dialog.__init__(self, parent, id, title, size = (480, 210)) self.Bind(wx.EVT_PAINT, self.OnPaint) self.timer = wx.Timer(self) self.Bind(wx.EVT_TIMER, self.OnTimer, self.timer) self.timer.Start(1000) def Draw(self, dc): t = time.localtime(time.time()) st = time.strftime("%b %d %y,%a \n \t \t \t %I:%M:%S", t) dc.SetBackground(wx.GREY_BRUSH) self.SetTransparent(225) dc.Clear() dc.SetFont(wx.Font(50, wx.SWISS, wx.NORMAL, wx.NORMAL)) tw, th = dc.GetTextExtent(st) dc.DrawText(st, 20, 20) def OnTimer(self, evt): ...

How it takes just six seconds to hack a credit card

https://www.zhakkas.com/?ref=manishhacker1

Krypsec Digital Security

How To Convert Python Programs into .exe File

Hello guys , today I'll teach you, how to convert Python Programs into .exe File Hello Guys, Today I'll be going to discuss about how to convert Python Program into .exe file.Python is very powerful programming language , which are used in many different areas. For example Game Designing , Desktop Application Development, Data Analysis, Hacking Tools, Web Application Development etc. But main problem is that its does not direct run on windows machine. Now a days , mostly users are using windows operating system. If we are create a virus using python programming language or Desktop Application, this time main problem is that , How to direct run Python Program on windows machine. Because an executable file that can run on any computer. OUR AGENDA : How to convert py to exe file? Read Full Article: http://krypsec.com/use-unixlinux-commands-windows-operating-system/ Author: ManishHacker1 https://www.facebook.com/ManishHacker1 https://twitter.com//ManishHacker1 https...

How to Install wxPython

Hello guys , today I'll teach you, how do we install wxPython on your windows. wxPython used to create a computer program which is called an application. Media player, web browser, Editor , excel, adobe reader, photoshop, MySQL are example of typical applications. wxPython used to wxWidgets GUI Toolkit which is written in c++. wxPython developed by Robin Dunn along with Harri pasanen. Apllication Softeware can be divided in to two classes 1: System Software 2: Application Software System Software: Operating system, Assembler , Debugger , Compiler, ,Device Driver, Command and Utility, file management tools etc. are few example of system software. Application Software: Media player, web Browser, editor, word processor etc are few example of Application Software. Read Full Article: http://krypsec.com/how-to-install-wxpython/ Author: ManishHacker1 https://www.facebook.com/ManishHacker1 https://twitter.com//ManishHacker1 https://www.instagram.com//manishhacker1988...

How to Download and Install python packages numpy, scipy and matplotlib ...

Kryptora Digital Security Provided Python Training and Ethical Hacking Training Best Python Training in Noida Best Python Training in Delhi Best Python Training in Meerut Best Python Training in India Best Ethical Hacking Training in Noida Best Ethical Hacking Training in Delhi Best Ethical Hacking Training in Meerut Best Ethical Hacking Training in India