NinjaTxt: Just A Basic Text Editor (Beta)

Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
9 posts Page 1 of 1
Contributors
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

NOTE: This program is only available for Linux, and has only been tested on Gnome based distributions, and has only been made for experimental purposes.
NinjaTxt.png
Exactly as the title says "A Basic Text Editor".

To run this program extract the NinjaTxt folder to your desktop, and then open your terminal and type the following terminal command.
Code: Select all
cd Desktop/NinjaTxt
This will navigate to the NinjaTxt directory on the desktop.

Then type this following terminal command which will make sure that the program is executable so we can run it.
Code: Select all
chmod +x NinjaTxt.py
And then run the program by typing this terminal command.
Code: Select all
./NinjaTxt.py
The source code is no longer available for download!
Last edited by mikethedj4 on Fri Jul 08, 2011 6:29 am, edited 2 times in total.
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

wait so a linux computer is automatically a server?
i got that because of chmod
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

You could say that, but it's more complicated. I don't really know how to define it, I'd just say read more about Linux, and you'll understand it more.
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Damn, you make me wanna learn python!
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Dude I gotta tell you out of all the programming languages I've learned, and am learning Python hast to be the easiest to understand, and doesn't incorporate a lot of code either. IMO It's easier thank Visual Basic. Plus Python is very powerful as well. Once I foundout Blender was made using Python I thought I'd give Python a try, and haven't regretted it, and Python is not only simple, it's powerful as well. I'm obviously not advanced in it yet, but I got the basics down. I've made other programs in Python, but haven't released them. This is the only one I released, probably will just throw it away as there's already a bunch of text editors out there anyway, and I like being unique with the software I release. (ex. CamDesk & PictureFrame)

You can download the tarball, then import the NinjaTxt.py file into a text editor, and you can see the source code there as that's what I used to code the program. The XML file is what makes up the GUI (Which the XML code I got when making the GUI in Glade, I just imported the glade file into a text editor, and then saved it as NinjaTxt.xml instead of it's original file type which was .glade)
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Hehe I want to learn python too, but I keep myself to VB.NET
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

If you wanna learn Python you can head to this site. It has a great list of tutorials, and a great help if you're a beginner in python.
User avatar
DarkyKnife
Top Poster
Top Poster
Posts: 109
Joined: Thu Apr 29, 2010 4:59 pm

I started learning python few months ago, i made all program, that i wanted to make then, and then i started VB, because i got nothing to make in python. Now i read your post and i want to start python again, but i had no ideas what i could make, if you have some ideas please give me some :)
Visit my Youtube chanel
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Well how about a image editor, 3d modeler, audio editor, audio creator, there's a bunch of things you could make.

Or how about instead of logging in with a password have the webcam detect your face for you to log in.
9 posts Page 1 of 1
Return to “Work in Progress”