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
EZ Presence - A GUI-Python app which makes it easy to set a custom Discord Rich Presence. (BETA)

EZ Presence EZ Presence is a GUI-Python app which makes it easy to set any custom Discord Rich Presence. Using the App How to Run Since the app is in

notsniped 2 Mar 1, 2022
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 7, 2023
A Virtual Desktop Assistant Written in Python

DesktopAssitant A Virtual Desktop Assistant Written in Python. It's generally a basic virtual assistant The basic purpose of this is to make work easi

Technerd brainiac 609 Jan 7, 2023
A Virtual Desktop Assistant Written in Python

DesktopAssitant A Virtual Desktop Assistant Written in Python. It's generally a basic virtual assistant The basic purpose of this is to make work easi

Technerd Brainiac 597 Dec 31, 2022
This program is written in python. It will help you find a valid solution for a sudoku puzzle.

Sudoku-Solver-Using-Tkinter This program is written in python. It will help you find a valid solution for a sudoku puzzle. Requirements: Python3 IDLE

Ankan Mahapatra 3 Oct 2, 2021
Yasb is a highly configurable and hackable taskbar written in python with Qt6.

Yasb: Yet Another Status Bar Yasb is a highly configurable and hackable taskbar written in python with Qt6. This project is still in (very) early deve

Dan 355 Jan 1, 2023
A simple desktop news application written using python created using PyQt5

News-Application---Python This is a news application created using PyQt5. News is fetched through API from newsapi.org. Available top headlines from c

Sritiman Adak 1 Nov 14, 2021
A Windows Dock Widget Written In Pure Python

VEПUS A Windows Dock Widget Written In Pure Python What is Venus? Venus is a Dock Widget for your desktops interface. It adds a couple of really cool

Secrets 18 Dec 30, 2022
🧮A simple calculator written in python allows you to make simple calculations, write charts, calculate the dates, and exchange currency.

Calculator ?? A simple calculator written in python allows you to make simple calculations, write charts, calculate the dates, and exchange currency.

Jan Kupczyk 1 Jan 15, 2022
A system tray application written in python that will assist you with your keyboard endeavors.

A system tray application written in python that will assist you with your keyboard endeavors. It has features such as abbreviation, email autofill, media control, writing from clipboard ,typing current date and time etc.

Mach50 1 Dec 15, 2021
A small manager/GUI Frontend for QEMU written in Python

qemu-manager A small manager/GUI Frontend for QEMU written in Python Requirements You'll need to have the following tools installed to run this: QEMU

yeppiidev 15 Dec 21, 2022
Py3editor - A text editor written in Python and Tkinter

Py3Editor My text editor written in Python and Tkinter! Contains a basic set of

JaydenDev 1 Mar 5, 2022
Weather-API-GUI-Tkinter - A weather tool made using tkinter which works by fetching query city weather using an API

Weather-API-GUI-Tkinter ☁️ ❄️ version- 1️⃣ . 0️⃣ . 0️⃣ This repo contains a weat

SasiVatsal 4 Jul 8, 2022
GUI for Volatility forensics tool written in PyQT5

Volatility GUI This is a GUI for Volatility forensics tool written in PyQT5 Prerequisites: 1- Installed version of Volatility. 2- Install PyQT5. sudo

Hamza Megahed 52 Jun 18, 2022
Learn to build a Python Desktop GUI app using pywebview, Python, JavaScript, HTML, & CSS.

Python Desktop App Learn how to make a desktop GUI application using Python, JavaScript, HTML, & CSS all thanks to pywebview. pywebview is essentially

Coding For Entrepreneurs 55 Jan 5, 2023
Python Screen Recorder using Python

PY-Screen-Recorder Python Screen Recorder using Python Requirement: pip install cv2 pip install pyautogui pip install numpy How to reach me? You can r

SonLyte 8 Nov 8, 2021
A little Python library for making simple Electron-like HTML/JS GUI apps

Eel Eel is a little Python library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries. Ee

Chris Knott 5.4k Jan 7, 2023
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

null 1.4k Jan 7, 2023
Write desktop and web apps in pure Python

Flexx Want to stay up-to-date about (changes to) Flexx? Subscribe to the NEWS issue. Introduction Flexx is a pure Python toolkit for creating graphica

flexxui 3.1k Dec 29, 2022