Pyint is the graphic software which is written in Python

Overview

Pyint

README

About Pyint

Pyint is the graphic software which is written in Python(I use the Turtle graphics).

The name 'Pyint' is compound word of 'Python' and 'Paint'

It inspired from the MS Winodws' graphic software - MSPaint.

'Simpleness' & 'Ease' are keywords of Pyint.

So, 'Design Simple, Easy to use' is the motto of this project.

Downloads and Running MonteCristoLab Pyint

Download file from the Pyint GitHub release page. After download, please run the file, and then you can use the Pyint.

Requirements

  • Microsoft Windows 7 or newer.

  • I just checked that the Pyint can run on Windows 7 and 10. So I'm not sure about Pyint works on other version of Windows(likes XP or 8) But I can say the Pyint only supports Winodows... So I think this is the only reuquirements of Pyint.

How to use Pyint?

Pyint is easy to use.

You can use Pyint with mouse.

License

Pyint is under MIT license.

Enjoy :)

Comments
  • A News for Pyint users

    A News for Pyint users

    About development of Pyint

    In previous issues, I said that I'm working on GUI works.

    So, I searched the way to make GUI inviroment on Pyint, I realize that tkinter had a feature which is about drawing.

    And I think that It's more better than Turtle graphics. So I decided to change the method of Pyint.

    Therefore, I want to let you know I'm on studying and searching tkinter for develop. But the next realease and major update will make up before the end of August. So you don't have to worry about that point.

    Thank you for your interst about Pyint. And please keep looking forward to Pyint.

    I will see you at the other issue. Thx :)

    Python Notification Pyint 
    opened by Johndoe0153 0
  • Here is some news for Pyint users.

    Here is some news for Pyint users.

    There're something change on Roadmap of Pyint

    On the previous issue, I had let you know the roadmap. In the roadmap, I said that I will add fuction about saving file.

    And I'm trying to find the way for make it. But I couldn't find the way. So I'm not sure that I can add that functiom on Pyint. So, I want to say sorry that I probably won't be able to do it.

    But It is not the crisis for us. It is the Chance for us. If there is no saving fuction, Pyint will works just like scratch-pad!! And it becomes more Simple.

    Anythings that you want to scribble? Just open the Pyint. After you finished, just close the Pyint. Pyint doesn't any kinds of file what you did on your computer.

    But If you want to save your draws or doodles? Then you can use another programs likes Snip & Sketch

    And There is One more things...

    However, I'm starting on works about GUI inviroments on Pyint.

    GUI will be make up with Tkinter, as I already said.

    And I will promise that the GUI works will end up before on end of August.

    So please keep the intersets on the Pyint Thank you XD

    Python News Pyint 
    opened by Johndoe0153 0
  • The Roadmap of Pyint

    The Roadmap of Pyint

    Roadmap

    I'm trying to update two things until end of August(8.31).

    • First, Add Saving fuction: Still, we can't save your works now. Sp I'm planning to update for this ASAP.

    • Second, Change Interface: Until v2.1.0 I keep adding fuctions to Pyint. But for use those things, we have to type each commands. So, I decided to chage interface from CLI into GUI. I think GUI will be making up by Tkinter.

    So for those updates, Pyint will be more Simply and Easily. And it will lead Pyint to the better program.

    I'm specting that Pyint become more useful program for us.

    Thank you :)

    Python Notification 
    opened by Johndoe0153 0
  • New Minor Update!!

    New Minor Update!!

    I change the codes about 'Control' and 'Settings'

    So you can use Pyint more 'Easier' For More details, please visit release page.

    Thank you for your interst. And I will keep making up Pyint better :)

    Python Minor Update Notification 
    opened by Johndoe0153 0
  • The First Major Update of Pyint!!!

    The First Major Update of Pyint!!!

    Now you can control pen with Mouse!!

    By Pyint's motto - Simple & Ease - I try to find the way of using Pyint. And I find the way that move turtle with mouse!!!

    So I change and add the source code of Pyint. And I released v2.0.0 gladly. For More detail visit release page.

    Thank you for your interest for Pyint. And I will keep make the Pyint better. Thank you!! XD

    Python Major Update Notification 
    opened by Johndoe0153 0
  • The updated things until v1.2.0

    The updated things until v1.2.0

    v.1.0.0: The FIRST release of Pyint

    v1.1.0: Add 'Settings' to change colors of pen and background

    v1.2.0: Add '.exe' file. Change some detail of source code

    Python Minor Update Notification 
    opened by Johndoe0153 0
Releases(3.0.0)
  • 3.0.0(Aug 26, 2021)

    2nd Major Update of Pyint

    • The source codes of Pyint are totally changed for this update.

      • Now you can use Pyint more convenient than any other version of Pyint. You can controll simliarlly likes MS Paint.
    • GUI interface is available.

      • I used Tkinter for it. And now you don't have to see a console anymore :)

    p.s. I had some problem with create execute file for Pyint. So I will try my best for support exe file to you ASAP ;)

    Source code(tar.gz)
    Source code(zip)
    pyint.py(2.50 KB)
  • 2.1.0(Jul 25, 2021)

    3rd Minor Update of Pyint

    • The way of control Pyint with mouse is changed.

      • Now you don't have to type 'pu' or 'pd'. If you press left button and move mouse, you can draw the line. And if you press right button and click the position wher you want(it don't make the line!!)
    • Subdivided 'Settings Option'

      • I subdivided option. Now you can set 'Pen Color', 'Background Color' and 'Pen Thickness'

    Thx :D

    Source code(tar.gz)
    Source code(zip)
    pyint.exe(9.25 MB)
    pyint.py(2.50 KB)
  • 2.0.0(Jul 23, 2021)

  • 1.2.0(Jul 21, 2021)

    2nd Minor update of Pyint

    • Add exe file: Finally, Pyint releases with EXE file!!!

      • Now you can use Pyint without installing Python. Just download the file!
    • Here are some details of this update :

      • Change the title: I change the design of the title. You can check out when you run the program. Also you can see the version info. in the title.

      • Change the pensize: The pensize of Pyint changes '5' to '4'.

      • Change the source code, when you type 'gg': In the previous version, if you want to close the program, you just type 'gg'. But in this version, I add a option - [y/n]. So prevent the mistake, when you try to close the Pyint.

    Enjoy :)

    Source code(tar.gz)
    Source code(zip)
    Pyint.exe(9.25 MB)
    Pyint.py(1.80 KB)
  • 1.1.0(Jul 20, 2021)

  • 1.0.0(Jul 19, 2021)

Owner
John
John
Nonton anime subtitle Indonesia tanpa iklan. Dengan GUI berbasis PyQt5 dan spaghetti code yang sangat tidak terstruktur

Nonton anime subtitle Indonesia tanpa iklan. Dengan GUI berbasis PyQt5 dan spaghetti code yang sangat tidak terstruktur

Ayra Hikari 21 Dec 18, 2022
Use any of the 1k+ free FontAwesome icons in your tkinter application.

TkFontAwesome A library that enables you to use FontAwesome icons in your tkinter application. You may use any of the 1k+ free FontAwesome 5.0 icons.

Israel Dryer 33 Dec 20, 2022
An qt asset browser for applications like houdini/nuke/maya/blender

AssetBrowser A qt asset browser for applications like houdini/nuke/maya/blender Currently in development Note: Only houdini plugin available during de

Jonas Sorgenfrei 6 Aug 05, 2022
psgresizer - a PySimpleGUI application that will resize your images and BASE64 encode them.

psgresizer A PySimpleGUI Application Resize your images quickly and easily with this GUI application. Resizes and encodes to Base64 so that the result

PySimpleGUI 10 Dec 25, 2022
Neukivy is a collection of neumorphic widgets built with Kivy.

Neukivy is a collection of neumorphic widgets built with Kivy. The library is currently in its initial development so there isn't much yet. But hopefully it will grow into a library you can use to ea

Guhan Sensam 29 Dec 13, 2022
ZFS Administration GUI

ZYGGY ZFS Administration GUI Zyggy is a very simple GUI for basic ZFS administration. The system provides graphical access for most frequently used ZF

51 Dec 18, 2022
A simple quiz app using API and GUI

GUI-Quiz-APP It's a simple quiz app using API and GUI.

KALPAK KUMAR DAS 1 Feb 03, 2022
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.

Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.

Will McGugan 17.1k Jan 08, 2023
A Python native, OS native GUI toolkit.

Toga A Python native, OS native GUI toolkit. Prerequisites Minimum requirements Toga requires Python 3. Python 2 is not supported. If you're on macOS,

BeeWare 3.3k Dec 31, 2022
A python Script For Taking Screenshot Of Windows

PyShot A Python Script For Taking Screenshot Of Windows Disclaimer This tool is for educational purposes only ! Don't use this to take revenge I will

Nazim Cp 2 Jun 22, 2022
Web-Broswer simple using PyQt5 tools

Web-Broswer Simple web broswer made using PyQt Completely simple and easy to use How to set it up git clone https://github.com/AsjadOooO/Web-Broswer.g

Asjad 3 Nov 13, 2021
A simple assistance and with a very basic GUI

J.A.R.V.I.S This is a simple assistance and with a very basic GUI (Graphical User Interface) Download all the dependencies by running the below code p

Abir Pal 7 Oct 12, 2022
Create highly interactive web pages purely in Python

A package for building highly interactive user interfaces in pure Python inspired by ReactJS.

701 Jan 03, 2023
Aplicação GUI feita em Python para estudos de cadastro (forms).

Cadastro de DEVs GUI 💻 A ideia original veio do repositório do https://github.com/PedroTomazeti nomeado 'Projetos-Independentes-HTML-CSS' Nele há um

Yago Goltara 3 Aug 15, 2021
Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS

Kivy Innovative user interfaces made easy. Kivy is an open source, cross-platform Python framework for the development of applications that make use o

Kivy 15.4k Jan 07, 2023
Tukaan is the new framework that aims to replace Tkinter

Tukaan is the new, pythonic and colorful (like a keel-billed toucan) framework that aims to replace Tkinter. It has everything (on my computer, not at GitHub) that you need to develop cross-platform

Tukaan 101 Jan 08, 2023
Signin/Signup GUI form using tkinter in python

SignIn-SignUpFormRepo Hello there, I am Shahid and this is the Signin/Signup GUI form using tkinter in python if you want to use avatar images then pa

Shahid Akhtar 1 Nov 09, 2021
Declarative User Interfaces for Python

Welcome to Enaml Enaml is a programming language and framework for creating professional-quality user interfaces with minimal effort. What you get A d

1.4k Jan 07, 2023
Linux GUI app to codon optimize a directory with fasta files using taxonomy ids imported as a 1-column txt file (1 taxonomy id for each file)

codon optimize cds paired with taxids singlefastas gui Linux GUI app to codon optimize a directory with fasta files using taxonomy ids imported as a 1

Olga Tsiouri 1 Jan 09, 2022
HDLG is a modern cross-platform GUI for hdl-dump with Batch installation capabilities.

HDLG is a modern cross-platform GUI for hdl-dump with Batch installation capabilities. Looking for Artwork This project is looking for an Icon an

8 Dec 03, 2022