Giter VIP home page Giter VIP logo

mini_notepad's Introduction

Mini_notepad

Its a small version of notepad with some fundatmental operations

Problem to execute fixed!!

mini_notepad's People

Contributors

kaueguimaraes avatar aayu0710 avatar

Watchers

 avatar

Forkers

kaueguimaraes

mini_notepad's Issues

It doesn't work

I try to excecute your program and don't work. Error:

Traceback (most recent call last):
  File "d:\AnotherProjects\Mini_notepad\Mini_Notepad.py", line 8, in <module>
    img = PhotoImage(file="C:\\Users\\HP\\Downloads\\note.png")
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1520.0_x64__qbz5n2kfra8p0\lib\tkinter\__init__.py", line 4064, in __init__
    Image.__init__(self, 'photo', name, cnf, master, **kw)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1520.0_x64__qbz5n2kfra8p0\lib\tkinter\__init__.py", line 4009, in __init__
    self.tk.call(('image', 'create', imgtype, name,) + options)
_tkinter.TclError: couldn't open "C:\Users\HP\Downloads\note.png": no such file or directory

"C:\Users\HP\Downloads\note.png", "C:\Users\HP\Downloads\note.png".
Some of the errors can resolve changing the user "C:\Users\HP\Downloads\note.png", it problaby work in your computer cause it try to locate the HP user. You can get the PC's user name doing this:

import os
os.getLogin()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.