Skip to content

Mike4947/Notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Windows PyCharm

Licence

📚 Python Tkinter Notepad app 🐍

Check Releases to download the notepad app

  • Im using Pycharm for those interest

🛡️Security Policy🚨

Supported Versions

All these versions are and will remain 100% safe and virus-free.

Version Supported
Latest
v0.3
v0.2
v0.1

Reporting Vulnerability

I used PyInstaller to convert my .py projects to .exe apps. PyInstaller is often use in convering python (.py) malware into an execuable file. Your Antivirus (e.g Microsoft Defender, Malwarebytes, Mcafee and others) could possibly detect PyNotepad.exe as a malware or a trojan horse.

from PyInstaller.__main__ import run

if __name__ == '__main__':
    opts = ['main.py', '--onefile', '--windowed', '-n', 'PyNotepad']
    run(opts)

Thanks.