YouTubeDownloader v1.1.2
YouTube content downloader
Loading...
Searching...
No Matches
app_data.py File Reference

Data module (constants and functions related to path and ini file) More...

Go to the source code of this file.

Classes

class  ETheme
 Available application themes. More...
 

Namespaces

namespace  Source
 
namespace  Source.Util
 
namespace  Source.Util.app_data
 

Functions

str resource_path (str s_relative_path)
 Returns the absolute path to a resource given by a relative path depending on the environment (EXE or Python)
 

Variables

str ICON_APP = resource_path(ICON_APP_PATH)
 
str ICON_APP_FAVICON_PATH = "Resources/favicon.ico"
 
str ICON_APP_PATH = "Resources/app.ico"
 
 log = logging.getLogger(__title__)
 

Detailed Description

Data module (constants and functions related to path and ini file)


Definition in file app_data.py.